#1EDE32

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

Shades of Lime Green #1EDE32

Tints of Lime Green #1EDE32

Color information

#1EDE32 (or 0x1EDE32) is unknown color: approx Lime Green. HEX triplet: 1E, DE and 32. RGB value is (30,222,50). Sum of RGB (Red+Green+Blue) = 30+222+50=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 222 (87.11% from 255 or 73.51% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDE32 is #E121CD. Grayscale: #919191. Windows color (decimal): -14754254 or 3333662. OLE color: 3333662.

HSL color Cylindrical-coordinate representation of color #1EDE32: hue angle of 126.25º 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 #1EDE32 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB3022250-
CMYK0.8600.770.13
HSL126.25º76.19%49.41%-
HSV(B)126.25º86.49%87.06%-
XYZ27.2352.7511.76-
YUV144.9874.3945.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.93%
GREEN value IS 222 (87.11% from 255) = 73.51%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=9.93%
G=73.51%
B=16.56%

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
Decimal30222500.8600.770.13126.2576.1949.41
Hex1EDE325604DD7e4c31
Octal363366212601151517611461
Binary1111011011110110010101011001001101110111111101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EDE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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