Html Css Color HEX #1ED224 Lime Green

📋 copy color: '#1ED224'

red 30 ◦ green 210 ◦ blue 36

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

Shades of Lime Green #1ED224

Tints of Lime Green #1ED224

RGB

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

 GREEN value IS 210 (82.42% from 255) = 76.09%

 BLUE value IS 36 (14.45% from 255) = 13.04%

R = 10.87%
G = 76.09%
B = 13.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#1ED224 (or 0x1ED224) is known color: Lime Green. HEX triplet: 1E, D2 and 24. RGB value is (30,210,36). Sum of RGB (Red+Green+Blue) = 30+210+36=276 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.87% from 276); Green value is 210 (82.42% from 255 or 76.09% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED224 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED224 is #E12DDB. Grayscale: #888888. Windows color (decimal): -14757340 or 2413086. OLE color: 2413086.

HSL color Cylindrical-coordinate representation of color #1ED224: hue angle of 122º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED224 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 210 36 -
CMYK 0.86 0 0.83 0.18
HSL 122º 0.75% 0.47% -
HSV(B) 122º 0.86% 0.82% -
XYZ 23.9 46.5 9.38 -
YUV 136.34 71.37 52.15 -
System Red Green Blue C M Y K H S L
Decimal 30 210 36 0.86 0 0.83 0.18 122 0.75 0.47
Hex 1E D2 24 56 0 53 12 7A 4B 2F
Octal 36 322 44 126 0 123 22 172 113 57
Binary 11110 11010010 100100 1010110 0 1010011 10010 1111010 1001011 101111

Color Harmonies of #1ED224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED224

Black with #1ED224

Text Example


Text Example

White with #1ED224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,210,36); }

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

background-color css

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

 a { background-color: rgb(30,210,36); }

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

border-color css

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

 span { border-color: rgb(30,210,36); }

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