Shades of Electric Lime #CAFE0B
Tints of Electric Lime #CAFE0B
RGB
CMYK
RGB Variations
Color information
#CAFE0B (or 0xCAFE0B) is known color: Electric Lime. HEX triplet: CA, FE and 0B. RGB value is (202,254,11). Sum of RGB (Red+Green+Blue) = 202+254+11=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 254 (99.61% from 255 or 54.39% from 467); Blue value is 11 (4.69% from 255 or 2.36% from 467); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFE0B is #3501F4. Grayscale: #D3D3D3. Windows color (decimal): -3473909 or 786122. OLE color: 786122.
HSL color Cylindrical-coordinate representation of color #CAFE0B: hue angle of 72.84º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAFE0B is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 11 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.00 |
| HSL | 72.84º | 0.99% | 0.52% | - |
| HSV(B) | 72.84º | 0.96% | 1% | - |
| XYZ | 59.86 | 83.46 | 13.27 | - |
| YUV | 210.75 | 15.27 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 11 | 0.20 | 0 | 0.96 | 0.00 | 72.84 | 0.99 | 0.52 |
| Hex | CA | FE | B | 14 | 0 | 60 | 0 | 49 | 63 | 34 |
| Octal | 312 | 376 | 13 | 24 | 0 | 140 | 0 | 111 | 143 | 64 |
| Binary | 11001010 | 11111110 | 1011 | 10100 | 0 | 1100000 | 0 | 1001001 | 1100011 | 110100 |
Color Harmonies of #CAFE0B
Complementary color
Monochromatic Colors of #CAFE0B
Black with #CAFE0B
Text Example
Text Example
White with #CAFE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE0B; }
p { color: rgb(202,254,11); }
H1.HeaderClassName
{
color: #CAFE0B;
}
.AnyTagClassName
{
color: #CAFE0B;
}
</style>
background-color css
<style>
a { background-color: #CAFE0B; }
a { background-color: rgb(202,254,11); }
div.DivClassName
{
background-color: #CAFE0B;
}
.BgClassName
{
background-color: #CAFE0B;
}
</style>
border-color css
<style>
span { border-color: #CAFE0B; }
span { border-color: rgb(202,254,11); }
td.TdClassName
{
border-color: #CAFE0B;
}
.TagClassName
{
border-color: #CAFE0B;
}
</style>