Shades of Electric Lime #CAFE03
Tints of Electric Lime #CAFE03
RGB
CMYK
RGB Variations
Color information
#CAFE03 (or 0xCAFE03) is known color: Electric Lime. HEX triplet: CA, FE and 03. RGB value is (202,254,3). Sum of RGB (Red+Green+Blue) = 202+254+3=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 254 (99.61% from 255 or 55.34% from 459); Blue value is 3 (1.56% from 255 or 0.65% from 459); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFE03 is #3501FC. Grayscale: #D2D2D2. Windows color (decimal): -3473917 or 261834. OLE color: 261834.
HSL color Cylindrical-coordinate representation of color #CAFE03: hue angle of 72.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAFE03 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 3 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.00 |
| HSL | 72.43º | 0.99% | 0.5% | - |
| HSV(B) | 72.43º | 0.99% | 1% | - |
| XYZ | 59.82 | 83.45 | 13.04 | - |
| YUV | 209.84 | 11.27 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 3 | 0.20 | 0 | 0.99 | 0.00 | 72.43 | 0.99 | 0.5 |
| Hex | CA | FE | 3 | 14 | 0 | 63 | 0 | 48 | 63 | 32 |
| Octal | 312 | 376 | 3 | 24 | 0 | 143 | 0 | 110 | 143 | 62 |
| Binary | 11001010 | 11111110 | 11 | 10100 | 0 | 1100011 | 0 | 1001000 | 1100011 | 110010 |
Color Harmonies of #CAFE03
Complementary color
Monochromatic Colors of #CAFE03
Black with #CAFE03
Text Example
Text Example
White with #CAFE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE03; }
p { color: rgb(202,254,3); }
H1.HeaderClassName
{
color: #CAFE03;
}
.AnyTagClassName
{
color: #CAFE03;
}
</style>
background-color css
<style>
a { background-color: #CAFE03; }
a { background-color: rgb(202,254,3); }
div.DivClassName
{
background-color: #CAFE03;
}
.BgClassName
{
background-color: #CAFE03;
}
</style>
border-color css
<style>
span { border-color: #CAFE03; }
span { border-color: rgb(202,254,3); }
td.TdClassName
{
border-color: #CAFE03;
}
.TagClassName
{
border-color: #CAFE03;
}
</style>