#1ED225

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

Shades of Lime Green #1ED225

Tints of Lime Green #1ED225

Color information

#1ED225 (or 0x1ED225) is unknown color: approx Lime Green. HEX triplet: 1E, D2 and 25. RGB value is (30,210,37). Sum of RGB (Red+Green+Blue) = 30+210+37=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 210 (82.42% from 255 or 75.81% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED225 is #E12DDA. Grayscale: #888888. Windows color (decimal): -14757339 or 2478622. OLE color: 2478622.

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

Color convert

RGB3021037-
CMYK0.8600.820.18
HSL122.33º75%47.06%-
HSV(B)122.33º85.71%82.35%-
XYZ23.9246.59.47-
YUV136.4671.8752.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.83%
GREEN value IS 210 (82.42% from 255) = 75.81%
BLUE value IS 37 (14.84% from 255) = 13.36%
R=10.83%
G=75.81%
B=13.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal30210370.8600.820.18122.337547.06
Hex1ED22556052127a4b2f
Octal363224512601222217211357
Binary11110110100101001011010110010100101001011110101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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