Html Css Color HEX #1ED130 Lime Green

📋 copy color: '#1ED130'

red 30 ◦ green 209 ◦ blue 48

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

Shades of Lime Green #1ED130

Tints of Lime Green #1ED130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.72%

R = 10.45%
G = 72.82%
B = 16.72%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#1ED130 (or 0x1ED130) is known color: Lime Green. HEX triplet: 1E, D1 and 30. RGB value is (30,209,48). Sum of RGB (Red+Green+Blue) = 30+209+48=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 209 (82.03% from 255 or 72.82% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED130 is #E12ECF. Grayscale: #898989. Windows color (decimal): -14757584 or 3199262. OLE color: 3199262.

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

Color convert

RGB 30 209 48 -
CMYK 0.86 0 0.77 0.18
HSL 126.03º 0.75% 0.47% -
HSV(B) 126.03º 0.86% 0.82% -
XYZ 23.87 46.09 10.43 -
YUV 137.13 77.7 51.59 -
System Red Green Blue C M Y K H S L
Decimal 30 209 48 0.86 0 0.77 0.18 126.03 0.75 0.47
Hex 1E D1 30 56 0 4D 12 7E 4B 2F
Octal 36 321 60 126 0 115 22 176 113 57
Binary 11110 11010001 110000 1010110 0 1001101 10010 1111110 1001011 101111

Color Harmonies of #1ED130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED130

Black with #1ED130

Text Example


Text Example

White with #1ED130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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