#1ED03C

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

Shades of Lime Green #1ED03C

Tints of Lime Green #1ED03C

Color information

#1ED03C (or 0x1ED03C) is unknown color: approx Lime Green. HEX triplet: 1E, D0 and 3C. RGB value is (30,208,60). Sum of RGB (Red+Green+Blue) = 30+208+60=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 208 (81.64% from 255 or 69.80% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED03C is #E12FC3. Grayscale: #8A8A8A. Windows color (decimal): -14757828 or 3985438. OLE color: 3985438.

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

Color convert

RGB3020860-
CMYK0.8600.710.18
HSL130.11º74.79%46.67%-
HSV(B)130.11º85.58%81.57%-
XYZ23.9145.7111.84-
YUV137.9184.0351.03-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.07%
GREEN value IS 208 (81.64% from 255) = 69.80%
BLUE value IS 60 (23.83% from 255) = 20.13%
R=10.07%
G=69.80%
B=20.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal30208600.8600.710.18130.1174.7946.67
Hex1ED03C5604712824b2f
Octal363207412601072220211357
Binary111101101000011110010101100100011110010100000101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,208,60); }

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

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

 a { background-color: rgb(30,208,60); }

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

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

 span { border-color: rgb(30,208,60); }

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