Shades of Lime #0CFD02
Tints of Lime #0CFD02
RGB
CMYK
RGB Variations
Color information
#0CFD02 (or 0x0CFD02) is known color: Lime. HEX triplet: 0C, FD and 02. RGB value is (12,253,2). Sum of RGB (Red+Green+Blue) = 12+253+2=267 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.49% from 267); Green value is 253 (99.22% from 255 or 94.76% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 253 - color contains mainly: green. Hex color #0CFD02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFD02 is #F302FD. Grayscale: #999999. Windows color (decimal): -15926014 or 195852. OLE color: 195852.
HSL color Cylindrical-coordinate representation of color #0CFD02: hue angle of 117.61º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0CFD02 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 253 | 2 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.01 |
| HSL | 117.61º | 0.98% | 0.5% | - |
| HSV(B) | 117.61º | 0.99% | 0.99% | - |
| XYZ | 35.29 | 70.33 | 11.77 | - |
| YUV | 152.33 | 43.16 | 27.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 253 | 2 | 0.95 | 0 | 0.99 | 0.01 | 117.61 | 0.98 | 0.5 |
| Hex | C | FD | 2 | 5F | 0 | 63 | 1 | 76 | 62 | 32 |
| Octal | 14 | 375 | 2 | 137 | 0 | 143 | 1 | 166 | 142 | 62 |
| Binary | 1100 | 11111101 | 10 | 1011111 | 0 | 1100011 | 1 | 1110110 | 1100010 | 110010 |
Color Harmonies of #0CFD02
Complementary color
Monochromatic Colors of #0CFD02
Black with #0CFD02
Text Example
Text Example
White with #0CFD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFD02; }
p { color: rgb(12,253,2); }
H1.HeaderClassName
{
color: #0CFD02;
}
.AnyTagClassName
{
color: #0CFD02;
}
</style>
background-color css
<style>
a { background-color: #0CFD02; }
a { background-color: rgb(12,253,2); }
div.DivClassName
{
background-color: #0CFD02;
}
.BgClassName
{
background-color: #0CFD02;
}
</style>
border-color css
<style>
span { border-color: #0CFD02; }
span { border-color: rgb(12,253,2); }
td.TdClassName
{
border-color: #0CFD02;
}
.TagClassName
{
border-color: #0CFD02;
}
</style>