Html Css Color HEX #1EDE36 Lime Green

📋 copy color: '#1EDE36'

red 30 ◦ green 222 ◦ blue 54

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

Shades of Lime Green #1EDE36

Tints of Lime Green #1EDE36

RGB

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

 GREEN value IS 222 (87.11% from 255) = 72.55%

 BLUE value IS 54 (21.48% from 255) = 17.65%

R = 9.8%
G = 72.55%
B = 17.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#1EDE36 (or 0x1EDE36) is known color: Lime Green. HEX triplet: 1E, DE and 36. RGB value is (30,222,54). Sum of RGB (Red+Green+Blue) = 30+222+54=306 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.80% from 306); Green value is 222 (87.11% from 255 or 72.55% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDE36 is #E121C9. Grayscale: #919191. Windows color (decimal): -14754250 or 3595806. OLE color: 3595806.

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

Color convert

RGB 30 222 54 -
CMYK 0.86 0 0.76 0.13
HSL 127.5º 0.76% 0.49% -
HSV(B) 127.5º 0.86% 0.87% -
XYZ 27.32 52.78 12.24 -
YUV 145.44 76.39 45.66 -
System Red Green Blue C M Y K H S L
Decimal 30 222 54 0.86 0 0.76 0.13 127.5 0.76 0.49
Hex 1E DE 36 56 0 4C D 80 4C 31
Octal 36 336 66 126 0 114 15 200 114 61
Binary 11110 11011110 110110 1010110 0 1001100 1101 10000000 1001100 110001

Color Harmonies of #1EDE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDE36

Black with #1EDE36

Text Example


Text Example

White with #1EDE36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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