Html Css Color HEX #1ED10C Lime Green

📋 copy color: '#1ED10C'

red 30 ◦ green 209 ◦ blue 12

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

Shades of Lime Green #1ED10C

Tints of Lime Green #1ED10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.78%

R = 11.95%
G = 83.27%
B = 4.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#1ED10C (or 0x1ED10C) is known color: Lime Green. HEX triplet: 1E, D1 and 0C. RGB value is (30,209,12). Sum of RGB (Red+Green+Blue) = 30+209+12=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 209 (82.03% from 255 or 83.27% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED10C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED10C is #E12EF3. Grayscale: #858585. Windows color (decimal): -14757620 or 839966. OLE color: 839966.

HSL color Cylindrical-coordinate representation of color #1ED10C: hue angle of 114.52º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1ED10C is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 209 12 -
CMYK 0.86 0 0.94 0.18
HSL 114.52º 0.89% 0.43% -
HSV(B) 114.52º 0.94% 0.82% -
XYZ 23.4 45.9 7.97 -
YUV 133.02 59.7 54.52 -
System Red Green Blue C M Y K H S L
Decimal 30 209 12 0.86 0 0.94 0.18 114.52 0.89 0.43
Hex 1E D1 C 56 0 5E 12 73 59 2B
Octal 36 321 14 126 0 136 22 163 131 53
Binary 11110 11010001 1100 1010110 0 1011110 10010 1110011 1011001 101011

Color Harmonies of #1ED10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED10C

Black with #1ED10C

Text Example


Text Example

White with #1ED10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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