Html Css Color HEX #0EC711 Lime Green

📋 copy color: '#0EC711'

red 14 ◦ green 199 ◦ blue 17

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

Shades of Lime Green #0EC711

Tints of Lime Green #0EC711

RGB

 RED value IS 14 (5.86% from 255) = 6.09%

 GREEN value IS 199 (78.13% from 255) = 86.52%

 BLUE value IS 17 (7.03% from 255) = 7.39%

R = 6.09%
G = 86.52%
B = 7.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#0EC711 (or 0x0EC711) is known color: Lime Green. HEX triplet: 0E, C7 and 11. RGB value is (14,199,17). Sum of RGB (Red+Green+Blue) = 14+199+17=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 199 (78.12% from 255 or 86.52% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 199 - color contains mainly: green. Hex color #0EC711 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC711 is #F138EE. Grayscale: #7B7B7B. Windows color (decimal): -15808751 or 1165070. OLE color: 1165070.

HSL color Cylindrical-coordinate representation of color #0EC711: hue angle of 120.97º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC711 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 14 199 17 -
CMYK 0.93 0 0.91 0.22
HSL 120.97º 0.87% 0.42% -
HSV(B) 120.97º 0.93% 0.78% -
XYZ 20.71 40.98 7.35 -
YUV 122.94 68.21 50.3 -
System Red Green Blue C M Y K H S L
Decimal 14 199 17 0.93 0 0.91 0.22 120.97 0.87 0.42
Hex E C7 11 5D 0 5B 16 79 57 2A
Octal 16 307 21 135 0 133 26 171 127 52
Binary 1110 11000111 10001 1011101 0 1011011 10110 1111001 1010111 101010

Color Harmonies of #0EC711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC711

Black with #0EC711

Text Example


Text Example

White with #0EC711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EC711; }

 p { color: rgb(14,199,17); }

 H1.HeaderClassName
 {
   color: #0EC711;
 }
 .AnyTagClassName
 {
   color: #0EC711;
 }
</style>

background-color css

<style>
 a { background-color: #0EC711; }

 a { background-color: rgb(14,199,17); }

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

border-color css

<style>
 span { border-color: #0EC711; }

 span { border-color: rgb(14,199,17); }

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