Html Css Color HEX #1EC514 Lime Green

📋 copy color: '#1EC514'

red 30 ◦ green 197 ◦ blue 20

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

Shades of Lime Green #1EC514

Tints of Lime Green #1EC514

RGB

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

 GREEN value IS 197 (77.34% from 255) = 79.76%

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 12.15%
G = 79.76%
B = 8.1%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#1EC514 (or 0x1EC514) is known color: Lime Green. HEX triplet: 1E, C5 and 14. RGB value is (30,197,20). Sum of RGB (Red+Green+Blue) = 30+197+20=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 197 (77.34% from 255 or 79.76% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 197 - color contains mainly: green. Hex color #1EC514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC514 is #E13AEB. Grayscale: #7F7F7F. Windows color (decimal): -14760684 or 1361182. OLE color: 1361182.

HSL color Cylindrical-coordinate representation of color #1EC514: hue angle of 116.61º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EC514 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 30 197 20 -
CMYK 0.85 0 0.90 0.23
HSL 116.61º 0.82% 0.43% -
HSV(B) 116.61º 0.9% 0.77% -
XYZ 20.63 40.26 7.35 -
YUV 126.89 67.67 58.89 -
System Red Green Blue C M Y K H S L
Decimal 30 197 20 0.85 0 0.90 0.23 116.61 0.82 0.43
Hex 1E C5 14 55 0 5A 17 75 52 2B
Octal 36 305 24 125 0 132 27 165 122 53
Binary 11110 11000101 10100 1010101 0 1011010 10111 1110101 1010010 101011

Color Harmonies of #1EC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC514

Black with #1EC514

Text Example


Text Example

White with #1EC514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,197,20); }

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

background-color css

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

 a { background-color: rgb(30,197,20); }

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

border-color css

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

 span { border-color: rgb(30,197,20); }

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