Html Css Color HEX #1ED133 Lime Green

📋 copy color: '#1ED133'

red 30 ◦ green 209 ◦ blue 51

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

Shades of Lime Green #1ED133

Tints of Lime Green #1ED133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.59%

R = 10.34%
G = 72.07%
B = 17.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#1ED133 (or 0x1ED133) is known color: Lime Green. HEX triplet: 1E, D1 and 33. RGB value is (30,209,51). Sum of RGB (Red+Green+Blue) = 30+209+51=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 209 (82.03% from 255 or 72.07% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED133 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED133 is #E12ECC. Grayscale: #898989. Windows color (decimal): -14757581 or 3395870. OLE color: 3395870.

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

Color convert

RGB 30 209 51 -
CMYK 0.86 0 0.76 0.18
HSL 127.04º 0.75% 0.47% -
HSV(B) 127.04º 0.86% 0.82% -
XYZ 23.93 46.12 10.77 -
YUV 137.47 79.2 51.35 -
System Red Green Blue C M Y K H S L
Decimal 30 209 51 0.86 0 0.76 0.18 127.04 0.75 0.47
Hex 1E D1 33 56 0 4C 12 7F 4B 2F
Octal 36 321 63 126 0 114 22 177 113 57
Binary 11110 11010001 110011 1010110 0 1001100 10010 1111111 1001011 101111

Color Harmonies of #1ED133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED133

Black with #1ED133

Text Example


Text Example

White with #1ED133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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