#0ECC18

Color #0ECC18 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #0ECC18

Tints of Lime Green #0ECC18

Color information

#0ECC18 (or 0x0ECC18) is unknown color: approx Lime Green. HEX triplet: 0E, CC and 18. RGB value is (14,204,24). Sum of RGB (Red+Green+Blue) = 14+204+24=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 204 (80.08% from 255 or 84.30% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECC18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ECC18 is #F133E7. Grayscale: #7F7F7F. Windows color (decimal): -15807464 or 1625102. OLE color: 1625102.

HSL color Cylindrical-coordinate representation of color #0ECC18: hue angle of 123.16º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECC18 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB1420424-
CMYK0.9300.880.2
HSL123.16º87.16%42.75%-
HSV(B)123.16º93.14%80%-
XYZ21.9443.358.07-
YUV126.6770.0547.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.79%
GREEN value IS 204 (80.08% from 255) = 84.30%
BLUE value IS 24 (9.77% from 255) = 9.92%
R=5.79%
G=84.30%
B=9.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal14204240.9300.880.2123.1687.1642.75
HexECC185D058147b572b
Octal163143013501302417312753
Binary111011001100110001011101010110001010011110111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,204,24); }

 H1.HeaderClassName
 {
   color: #0ECC18;
 }
 .AnyTagClassName
 {
   color: #0ECC18;
 }
</style>
background-color css

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

 a { background-color: rgb(14,204,24); }

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

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

 span { border-color: rgb(14,204,24); }

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