#1ED13D

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

Shades of Lime Green #1ED13D

Tints of Lime Green #1ED13D

Color information

#1ED13D (or 0x1ED13D) is unknown color: approx Lime Green. HEX triplet: 1E, D1 and 3D. RGB value is (30,209,61). Sum of RGB (Red+Green+Blue) = 30+209+61=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 209 (82.03% from 255 or 69.67% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED13D is #E12EC2. Grayscale: #8B8B8B. Windows color (decimal): -14757571 or 4051230. OLE color: 4051230.

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

Color convert

RGB3020961-
CMYK0.8600.710.18
HSL130.39º74.9%46.86%-
HSV(B)130.39º85.65%81.96%-
XYZ24.1846.2112.06-
YUV138.6184.250.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10%
GREEN value IS 209 (82.03% from 255) = 69.67%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=10%
G=69.67%
B=20.33%

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
Decimal30209610.8600.710.18130.3974.946.86
Hex1ED13D5604712824b2f
Octal363217512601072220211357
Binary111101101000111110110101100100011110010100000101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,209,61); }

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

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

 a { background-color: rgb(30,209,61); }

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

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

 span { border-color: rgb(30,209,61); }

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