Html Css Color HEX #1ECF34 Lime Green

📋 copy color: '#1ECF34'

red 30 ◦ green 207 ◦ blue 52

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

Shades of Lime Green #1ECF34

Tints of Lime Green #1ECF34

RGB

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

 GREEN value IS 207 (81.25% from 255) = 71.63%

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

R = 10.38%
G = 71.63%
B = 17.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#1ECF34 (or 0x1ECF34) is known color: Lime Green. HEX triplet: 1E, CF and 34. RGB value is (30,207,52). Sum of RGB (Red+Green+Blue) = 30+207+52=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 207 (81.25% from 255 or 71.63% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECF34 is #E130CB. Grayscale: #888888. Windows color (decimal): -14758092 or 3460894. OLE color: 3460894.

HSL color Cylindrical-coordinate representation of color #1ECF34: hue angle of 127.46º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECF34 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 207 52 -
CMYK 0.86 0 0.75 0.19
HSL 127.46º 0.75% 0.46% -
HSV(B) 127.46º 0.86% 0.81% -
XYZ 23.47 45.15 10.73 -
YUV 136.41 80.36 52.1 -
System Red Green Blue C M Y K H S L
Decimal 30 207 52 0.86 0 0.75 0.19 127.46 0.75 0.46
Hex 1E CF 34 56 0 4B 13 7F 4B 2E
Octal 36 317 64 126 0 113 23 177 113 56
Binary 11110 11001111 110100 1010110 0 1001011 10011 1111111 1001011 101110

Color Harmonies of #1ECF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECF34

Black with #1ECF34

Text Example


Text Example

White with #1ECF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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