Html Css Color HEX #1ED12A Lime Green

📋 copy color: '#1ED12A'

red 30 ◦ green 209 ◦ blue 42

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

Shades of Lime Green #1ED12A

Tints of Lime Green #1ED12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.95%

R = 10.68%
G = 74.38%
B = 14.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#1ED12A (or 0x1ED12A) is known color: Lime Green. HEX triplet: 1E, D1 and 2A. RGB value is (30,209,42). Sum of RGB (Red+Green+Blue) = 30+209+42=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 209 (82.03% from 255 or 74.38% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED12A is #E12ED5. Grayscale: #888888. Windows color (decimal): -14757590 or 2806046. OLE color: 2806046.

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

Color convert

RGB 30 209 42 -
CMYK 0.86 0 0.80 0.18
HSL 124.02º 0.75% 0.47% -
HSV(B) 124.02º 0.86% 0.82% -
XYZ 23.75 46.04 9.83 -
YUV 136.44 74.7 52.08 -
System Red Green Blue C M Y K H S L
Decimal 30 209 42 0.86 0 0.80 0.18 124.02 0.75 0.47
Hex 1E D1 2A 56 0 50 12 7C 4B 2F
Octal 36 321 52 126 0 120 22 174 113 57
Binary 11110 11010001 101010 1010110 0 1010000 10010 1111100 1001011 101111

Color Harmonies of #1ED12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED12A

Black with #1ED12A

Text Example


Text Example

White with #1ED12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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