Shades of Electric Lime #CAFF03
Tints of Electric Lime #CAFF03
RGB
CMYK
RGB Variations
Color information
#CAFF03 (or 0xCAFF03) is known color: Electric Lime. HEX triplet: CA, FF and 03. RGB value is (202,255,3). Sum of RGB (Red+Green+Blue) = 202+255+3=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 3 (1.56% from 255 or 0.65% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFF03 is #3500FC. Grayscale: #D3D3D3. Windows color (decimal): -3473661 or 262090. OLE color: 262090.
HSL color Cylindrical-coordinate representation of color #CAFF03: hue angle of 72.62º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAFF03 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 3 | - |
| CMYK | 0.21 | 0 | 0.99 | 0 |
| HSL | 72.62º | 1% | 0.51% | - |
| HSV(B) | 72.62º | 0.99% | 1% | - |
| XYZ | 60.13 | 84.08 | 13.15 | - |
| YUV | 210.43 | 10.94 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 3 | 0.21 | 0 | 0.99 | 0 | 72.62 | 1 | 0.51 |
| Hex | CA | FF | 3 | 15 | 0 | 63 | 0 | 49 | 64 | 33 |
| Octal | 312 | 377 | 3 | 25 | 0 | 143 | 0 | 111 | 144 | 63 |
| Binary | 11001010 | 11111111 | 11 | 10101 | 0 | 1100011 | 0 | 1001001 | 1100100 | 110011 |
Color Harmonies of #CAFF03
Complementary color
Monochromatic Colors of #CAFF03
Black with #CAFF03
Text Example
Text Example
White with #CAFF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFF03; }
p { color: rgb(202,255,3); }
H1.HeaderClassName
{
color: #CAFF03;
}
.AnyTagClassName
{
color: #CAFF03;
}
</style>
background-color css
<style>
a { background-color: #CAFF03; }
a { background-color: rgb(202,255,3); }
div.DivClassName
{
background-color: #CAFF03;
}
.BgClassName
{
background-color: #CAFF03;
}
</style>
border-color css
<style>
span { border-color: #CAFF03; }
span { border-color: rgb(202,255,3); }
td.TdClassName
{
border-color: #CAFF03;
}
.TagClassName
{
border-color: #CAFF03;
}
</style>