#0ECA17

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

Shades of Lime Green #0ECA17

Tints of Lime Green #0ECA17

Color information

#0ECA17 (or 0x0ECA17) is unknown color: approx Lime Green. HEX triplet: 0E, CA and 17. RGB value is (14,202,23). Sum of RGB (Red+Green+Blue) = 14+202+23=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 202 (79.30% from 255 or 84.52% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ECA17 is #F135E8. Grayscale: #7D7D7D. Windows color (decimal): -15807977 or 1559054. OLE color: 1559054.

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

Color convert

RGB1420223-
CMYK0.9300.890.21
HSL122.87º87.04%42.35%-
HSV(B)122.87º93.07%79.22%-
XYZ21.4642.47.86-
YUV125.3870.2248.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.86%
GREEN value IS 202 (79.30% from 255) = 84.52%
BLUE value IS 23 (9.38% from 255) = 9.62%
R=5.86%
G=84.52%
B=9.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14202230.9300.890.21122.8787.0442.35
HexECA175D059157b572a
Octal163122713501312517312752
Binary111011001010101111011101010110011010111110111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,202,23); }

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

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

 a { background-color: rgb(14,202,23); }

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

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

 span { border-color: rgb(14,202,23); }

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