Html Css Color HEX #0EC913 Lime Green

📋 copy color: '#0EC913'

red 14 ◦ green 201 ◦ blue 19

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

Shades of Lime Green #0EC913

Tints of Lime Green #0EC913

RGB

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

 GREEN value IS 201 (78.91% from 255) = 85.9%

 BLUE value IS 19 (7.81% from 255) = 8.12%

R = 5.98%
G = 85.9%
B = 8.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#0EC913 (or 0x0EC913) is known color: Lime Green. HEX triplet: 0E, C9 and 13. RGB value is (14,201,19). Sum of RGB (Red+Green+Blue) = 14+201+19=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 201 (78.91% from 255 or 85.90% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC913 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC913 is #F136EC. Grayscale: #7C7C7C. Windows color (decimal): -15808237 or 1296654. OLE color: 1296654.

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

Color convert

RGB 14 201 19 -
CMYK 0.93 0 0.91 0.21
HSL 121.6º 0.87% 0.42% -
HSV(B) 121.6º 0.93% 0.79% -
XYZ 21.19 41.91 7.59 -
YUV 124.34 68.55 49.3 -
System Red Green Blue C M Y K H S L
Decimal 14 201 19 0.93 0 0.91 0.21 121.6 0.87 0.42
Hex E C9 13 5D 0 5B 15 7A 57 2A
Octal 16 311 23 135 0 133 25 172 127 52
Binary 1110 11001001 10011 1011101 0 1011011 10101 1111010 1010111 101010

Color Harmonies of #0EC913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC913

Black with #0EC913

Text Example


Text Example

White with #0EC913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,201,19); }

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

background-color css

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

 a { background-color: rgb(14,201,19); }

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

border-color css

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

 span { border-color: rgb(14,201,19); }

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