Html Css Color HEX #1ECC34 Lime Green

📋 copy color: '#1ECC34'

red 30 ◦ green 204 ◦ blue 52

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

Shades of Lime Green #1ECC34

Tints of Lime Green #1ECC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 10.49%
G = 71.33%
B = 18.18%

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

#1ECC34 (or 0x1ECC34) is known color: Lime Green. HEX triplet: 1E, CC and 34. RGB value is (30,204,52). Sum of RGB (Red+Green+Blue) = 30+204+52=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 204 (80.08% from 255 or 71.33% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECC34 is #E133CB. Grayscale: #878787. Windows color (decimal): -14758860 or 3460126. OLE color: 3460126.

HSL color Cylindrical-coordinate representation of color #1ECC34: hue angle of 127.59º 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 #1ECC34 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 30 204 52 -
CMYK 0.85 0 0.75 0.2
HSL 127.59º 0.74% 0.46% -
HSV(B) 127.59º 0.85% 0.8% -
XYZ 22.75 43.71 10.49 -
YUV 134.65 81.35 53.36 -
System Red Green Blue C M Y K H S L
Decimal 30 204 52 0.85 0 0.75 0.2 127.59 0.74 0.46
Hex 1E CC 34 55 0 4B 14 80 4A 2E
Octal 36 314 64 125 0 113 24 200 112 56
Binary 11110 11001100 110100 1010101 0 1001011 10100 10000000 1001010 101110

Color Harmonies of #1ECC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECC34

Black with #1ECC34

Text Example


Text Example

White with #1ECC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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