#0FC816

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

Shades of Lime Green #0FC816

Tints of Lime Green #0FC816

Color information

#0FC816 (or 0x0FC816) is unknown color: approx Lime Green. HEX triplet: 0F, C8 and 16. RGB value is (15,200,22). Sum of RGB (Red+Green+Blue) = 15+200+22=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 200 (78.52% from 255 or 84.39% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC816 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC816 is #F037E9. Grayscale: #7C7C7C. Windows color (decimal): -15742954 or 1493007. OLE color: 1493007.

HSL color Cylindrical-coordinate representation of color #0FC816: hue angle of 122.27º degrees, saturation: 0.86, 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 #0FC816 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB1520022-
CMYK0.9200.890.22
HSL122.27º86.05%42.16%-
HSV(B)122.27º92.5%78.43%-
XYZ2141.477.66-
YUV124.3970.2149.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.33%
GREEN value IS 200 (78.52% from 255) = 84.39%
BLUE value IS 22 (8.98% from 255) = 9.28%
R=6.33%
G=84.39%
B=9.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal15200220.9200.890.22122.2786.0542.16
HexFC8165C059167a562a
Octal173102613401312617212652
Binary111111001000101101011100010110011011011110101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,200,22); }

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

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

 a { background-color: rgb(15,200,22); }

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

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

 span { border-color: rgb(15,200,22); }

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