#1ED53B

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

Shades of Lime Green #1ED53B

Tints of Lime Green #1ED53B

Color information

#1ED53B (or 0x1ED53B) is unknown color: approx Lime Green. HEX triplet: 1E, D5 and 3B. RGB value is (30,213,59). Sum of RGB (Red+Green+Blue) = 30+213+59=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 213 (83.59% from 255 or 70.53% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED53B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED53B is #E12AC4. Grayscale: #8D8D8D. Windows color (decimal): -14756549 or 3921182. OLE color: 3921182.

HSL color Cylindrical-coordinate representation of color #1ED53B: hue angle of 129.51º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED53B is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB3021359-
CMYK0.8600.720.16
HSL129.51º75.31%47.65%-
HSV(B)129.51º85.92%83.53%-
XYZ25.1248.1812.11-
YUV140.7381.8749.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.93%
GREEN value IS 213 (83.59% from 255) = 70.53%
BLUE value IS 59 (23.44% from 255) = 19.54%
R=9.93%
G=70.53%
B=19.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal30213590.8600.720.16129.5175.3147.65
Hex1ED53B5604810824b30
Octal363257312601102020211360
Binary111101101010111101110101100100100010000100000101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,213,59); }

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

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

 a { background-color: rgb(30,213,59); }

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

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

 span { border-color: rgb(30,213,59); }

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