Html Css Color HEX #1ED12D Lime Green

📋 copy color: '#1ED12D'

red 30 ◦ green 209 ◦ blue 45

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

Shades of Lime Green #1ED12D

Tints of Lime Green #1ED12D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 73.59%

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 10.56%
G = 73.59%
B = 15.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#1ED12D (or 0x1ED12D) is known color: Lime Green. HEX triplet: 1E, D1 and 2D. RGB value is (30,209,45). Sum of RGB (Red+Green+Blue) = 30+209+45=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 209 (82.03% from 255 or 73.59% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED12D is #E12ED2. Grayscale: #898989. Windows color (decimal): -14757587 or 3002654. OLE color: 3002654.

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

Color convert

RGB 30 209 45 -
CMYK 0.86 0 0.78 0.18
HSL 125.03º 0.75% 0.47% -
HSV(B) 125.03º 0.86% 0.82% -
XYZ 23.81 46.07 10.12 -
YUV 136.78 76.2 51.84 -
System Red Green Blue C M Y K H S L
Decimal 30 209 45 0.86 0 0.78 0.18 125.03 0.75 0.47
Hex 1E D1 2D 56 0 4E 12 7D 4B 2F
Octal 36 321 55 126 0 116 22 175 113 57
Binary 11110 11010001 101101 1010110 0 1001110 10010 1111101 1001011 101111

Color Harmonies of #1ED12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED12D

Black with #1ED12D

Text Example


Text Example

White with #1ED12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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