Html Css Color HEX #1EC10E Lime Green

📋 copy color: '#1EC10E'

red 30 ◦ green 193 ◦ blue 14

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

Shades of Lime Green #1EC10E

Tints of Lime Green #1EC10E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 81.43%

 BLUE value IS 14 (5.86% from 255) = 5.91%

R = 12.66%
G = 81.43%
B = 5.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#1EC10E (or 0x1EC10E) is known color: Lime Green. HEX triplet: 1E, C1 and 0E. RGB value is (30,193,14). Sum of RGB (Red+Green+Blue) = 30+193+14=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 193 (75.78% from 255 or 81.43% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC10E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC10E is #E13EF1. Grayscale: #7C7C7C. Windows color (decimal): -14761714 or 966942. OLE color: 966942.

HSL color Cylindrical-coordinate representation of color #1EC10E: hue angle of 114.64º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EC10E is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 30 193 14 -
CMYK 0.84 0 0.93 0.24
HSL 114.64º 0.86% 0.41% -
HSV(B) 114.64º 0.93% 0.76% -
XYZ 19.68 38.45 6.8 -
YUV 123.86 66 61.05 -
System Red Green Blue C M Y K H S L
Decimal 30 193 14 0.84 0 0.93 0.24 114.64 0.86 0.41
Hex 1E C1 E 54 0 5D 18 73 56 29
Octal 36 301 16 124 0 135 30 163 126 51
Binary 11110 11000001 1110 1010100 0 1011101 11000 1110011 1010110 101001

Color Harmonies of #1EC10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC10E

Black with #1EC10E

Text Example


Text Example

White with #1EC10E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,193,14); }

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

background-color css

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

 a { background-color: rgb(30,193,14); }

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

border-color css

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

 span { border-color: rgb(30,193,14); }

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