Html Css Color HEX #0EC613 Lime Green

📋 copy color: '#0EC613'

red 14 ◦ green 198 ◦ blue 19

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

Shades of Lime Green #0EC613

Tints of Lime Green #0EC613

RGB

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

 GREEN value IS 198 (77.73% from 255) = 85.71%

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

R = 6.06%
G = 85.71%
B = 8.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#0EC613 (or 0x0EC613) is known color: Lime Green. HEX triplet: 0E, C6 and 13. RGB value is (14,198,19). Sum of RGB (Red+Green+Blue) = 14+198+19=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 198 (77.73% from 255 or 85.71% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC613 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC613 is #F139EC. Grayscale: #7B7B7B. Windows color (decimal): -15809005 or 1295886. OLE color: 1295886.

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

Color convert

RGB 14 198 19 -
CMYK 0.93 0 0.90 0.22
HSL 121.63º 0.87% 0.42% -
HSV(B) 121.63º 0.93% 0.78% -
XYZ 20.49 40.53 7.36 -
YUV 122.58 69.54 50.55 -
System Red Green Blue C M Y K H S L
Decimal 14 198 19 0.93 0 0.90 0.22 121.63 0.87 0.42
Hex E C6 13 5D 0 5A 16 7A 57 2A
Octal 16 306 23 135 0 132 26 172 127 52
Binary 1110 11000110 10011 1011101 0 1011010 10110 1111010 1010111 101010

Color Harmonies of #0EC613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC613

Black with #0EC613

Text Example


Text Example

White with #0EC613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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