Html Css Color HEX #1EC310 Lime Green

📋 copy color: '#1EC310'

red 30 ◦ green 195 ◦ blue 16

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

Shades of Lime Green #1EC310

Tints of Lime Green #1EC310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 80.91%

 BLUE value IS 16 (6.64% from 255) = 6.64%

R = 12.45%
G = 80.91%
B = 6.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#1EC310 (or 0x1EC310) is known color: Lime Green. HEX triplet: 1E, C3 and 10. RGB value is (30,195,16). Sum of RGB (Red+Green+Blue) = 30+195+16=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 195 (76.56% from 255 or 80.91% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC310 is #E13CEF. Grayscale: #7D7D7D. Windows color (decimal): -14761200 or 1098526. OLE color: 1098526.

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

Color convert

RGB 30 195 16 -
CMYK 0.85 0 0.92 0.24
HSL 115.31º 0.85% 0.41% -
HSV(B) 115.31º 0.92% 0.76% -
XYZ 20.14 39.34 7.02 -
YUV 125.26 66.34 60.05 -
System Red Green Blue C M Y K H S L
Decimal 30 195 16 0.85 0 0.92 0.24 115.31 0.85 0.41
Hex 1E C3 10 55 0 5C 18 73 55 29
Octal 36 303 20 125 0 134 30 163 125 51
Binary 11110 11000011 10000 1010101 0 1011100 11000 1110011 1010101 101001

Color Harmonies of #1EC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC310

Black with #1EC310

Text Example


Text Example

White with #1EC310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,195,16); }

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

background-color css

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

 a { background-color: rgb(30,195,16); }

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

border-color css

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

 span { border-color: rgb(30,195,16); }

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