Html Css Color HEX #1ECC32 Lime Green

📋 copy color: '#1ECC32'

red 30 ◦ green 204 ◦ blue 50

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

Shades of Lime Green #1ECC32

Tints of Lime Green #1ECC32

RGB

 RED value IS 30 (12.11% from 255) = 10.56%

 GREEN value IS 204 (80.08% from 255) = 71.83%

 BLUE value IS 50 (19.92% from 255) = 17.61%

R = 10.56%
G = 71.83%
B = 17.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#1ECC32 (or 0x1ECC32) is known color: Lime Green. HEX triplet: 1E, CC and 32. RGB value is (30,204,50). Sum of RGB (Red+Green+Blue) = 30+204+50=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 204 (80.08% from 255 or 71.83% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECC32 is #E133CD. Grayscale: #868686. Windows color (decimal): -14758862 or 3329054. OLE color: 3329054.

HSL color Cylindrical-coordinate representation of color #1ECC32: hue angle of 126.9º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECC32 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 30 204 50 -
CMYK 0.85 0 0.75 0.2
HSL 126.9º 0.74% 0.46% -
HSV(B) 126.9º 0.85% 0.8% -
XYZ 22.7 43.69 10.25 -
YUV 134.42 80.35 53.52 -
System Red Green Blue C M Y K H S L
Decimal 30 204 50 0.85 0 0.75 0.2 126.9 0.74 0.46
Hex 1E CC 32 55 0 4B 14 7F 4A 2E
Octal 36 314 62 125 0 113 24 177 112 56
Binary 11110 11001100 110010 1010101 0 1001011 10100 1111111 1001010 101110

Color Harmonies of #1ECC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECC32

Black with #1ECC32

Text Example


Text Example

White with #1ECC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ECC32; }

 p { color: rgb(30,204,50); }

 H1.HeaderClassName
 {
   color: #1ECC32;
 }
 .AnyTagClassName
 {
   color: #1ECC32;
 }
</style>

background-color css

<style>
 a { background-color: #1ECC32; }

 a { background-color: rgb(30,204,50); }

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

border-color css

<style>
 span { border-color: #1ECC32; }

 span { border-color: rgb(30,204,50); }

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