#1EDE34

Color #1EDE34 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1EDE34

Tints of Lime Green #1EDE34

Color information

#1EDE34 (or 0x1EDE34) is unknown color: approx Lime Green. HEX triplet: 1E, DE and 34. RGB value is (30,222,52). Sum of RGB (Red+Green+Blue) = 30+222+52=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 222 (87.11% from 255 or 73.03% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDE34 is #E121CB. Grayscale: #919191. Windows color (decimal): -14754252 or 3464734. OLE color: 3464734.

HSL color Cylindrical-coordinate representation of color #1EDE34: hue angle of 126.88º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDE34 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB3022252-
CMYK0.8600.770.13
HSL126.88º76.19%49.41%-
HSV(B)126.88º86.49%87.06%-
XYZ27.2852.7712-
YUV145.2175.3945.82-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.87%
GREEN value IS 222 (87.11% from 255) = 73.03%
BLUE value IS 52 (20.70% from 255) = 17.11%
R=9.87%
G=73.03%
B=17.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30222520.8600.770.13126.8876.1949.41
Hex1EDE345604DD7f4c31
Octal363366412601151517711461
Binary1111011011110110100101011001001101110111111111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EDE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1EDE34;
 }
 .AnyTagClassName
 {
   color: #1EDE34;
 }
</style>
background-color css

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

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

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

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

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

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