Html Css Color HEX #0EC814 Lime Green

📋 copy color: '#0EC814'

red 14 ◦ green 200 ◦ blue 20

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

Shades of Lime Green #0EC814

Tints of Lime Green #0EC814

RGB

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

 GREEN value IS 200 (78.52% from 255) = 85.47%

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

R = 5.98%
G = 85.47%
B = 8.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#0EC814 (or 0x0EC814) is known color: Lime Green. HEX triplet: 0E, C8 and 14. RGB value is (14,200,20). Sum of RGB (Red+Green+Blue) = 14+200+20=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 200 (78.52% from 255 or 85.47% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 200 - color contains mainly: green. Hex color #0EC814 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC814 is #F137EB. Grayscale: #7C7C7C. Windows color (decimal): -15808492 or 1361934. OLE color: 1361934.

HSL color Cylindrical-coordinate representation of color #0EC814: hue angle of 121.94º 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 #0EC814 is Cyan = 0.93, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 14 200 20 -
CMYK 0.93 0 0.9 0.22
HSL 121.94º 0.87% 0.42% -
HSV(B) 121.94º 0.93% 0.78% -
XYZ 20.96 41.45 7.56 -
YUV 123.87 69.38 49.64 -
System Red Green Blue C M Y K H S L
Decimal 14 200 20 0.93 0 0.9 0.22 121.94 0.87 0.42
Hex E C8 14 5D 0 5A 16 7A 57 2A
Octal 16 310 24 135 0 132 26 172 127 52
Binary 1110 11001000 10100 1011101 0 1011010 10110 1111010 1010111 101010

Color Harmonies of #0EC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC814

Black with #0EC814

Text Example


Text Example

White with #0EC814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,200,20); }

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

background-color css

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

 a { background-color: rgb(14,200,20); }

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

border-color css

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

 span { border-color: rgb(14,200,20); }

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