Html Css Color HEX #30B646 Lime Green

📋 copy color: '#30B646'

red 48 ◦ green 182 ◦ blue 70

#30B646
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #30B646

Tints of Lime Green #30B646

RGB

 RED value IS 48 (19.14% from 255) = 16%

 GREEN value IS 182 (71.48% from 255) = 60.67%

 BLUE value IS 70 (27.73% from 255) = 23.33%

R = 16%
G = 60.67%
B = 23.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30B646 (or 0x30B646) is known color: Lime Green. HEX triplet: 30, B6 and 46. RGB value is (48,182,70). Sum of RGB (Red+Green+Blue) = 48+182+70=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 182 (71.48% from 255 or 60.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 182 - color contains mainly: green. Hex color #30B646 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B646 is #CF49B9. Grayscale: #818181. Windows color (decimal): -13584826 or 4634160. OLE color: 4634160.

HSL color Cylindrical-coordinate representation of color #30B646: hue angle of 129.85º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B646 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 182 70 -
CMYK 0.74 0 0.62 0.29
HSL 129.85º 0.58% 0.45% -
HSV(B) 129.85º 0.74% 0.71% -
XYZ 19.05 34.53 11.45 -
YUV 129.17 94.61 70.11 -
System Red Green Blue C M Y K H S L
Decimal 48 182 70 0.74 0 0.62 0.29 129.85 0.58 0.45
Hex 30 B6 46 4A 0 3E 1D 82 3A 2D
Octal 60 266 106 112 0 76 35 202 72 55
Binary 110000 10110110 1000110 1001010 0 111110 11101 10000010 111010 101101

Color Harmonies of #30B646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B646

Black with #30B646

Text Example


Text Example

White with #30B646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30B646; }

 p { color: rgb(48,182,70); }

 H1.HeaderClassName
 {
   color: #30B646;
 }
 .AnyTagClassName
 {
   color: #30B646;
 }
</style>

background-color css

<style>
 a { background-color: #30B646; }

 a { background-color: rgb(48,182,70); }

 div.DivClassName
 {
   background-color: #30B646;
 }
 .BgClassName
 {
   background-color: #30B646;
 }
</style>

border-color css

<style>
 span { border-color: #30B646; }

 span { border-color: rgb(48,182,70); }

 td.TdClassName
 {
   border-color: #30B646;
 }
 .TagClassName
 {
   border-color: #30B646;
 }
</style>