Shades of Electric Lime #CAFD0C
Tints of Electric Lime #CAFD0C
RGB
CMYK
RGB Variations
Color information
#CAFD0C (or 0xCAFD0C) is known color: Electric Lime. HEX triplet: CA, FD and 0C. RGB value is (202,253,12). Sum of RGB (Red+Green+Blue) = 202+253+12=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 253 (99.22% from 255 or 54.18% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFD0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFD0C is #3502F3. Grayscale: #D3D3D3. Windows color (decimal): -3474164 or 851402. OLE color: 851402.
HSL color Cylindrical-coordinate representation of color #CAFD0C: hue angle of 72.7º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAFD0C is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 12 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.01 |
| HSL | 72.7º | 0.98% | 0.52% | - |
| HSV(B) | 72.7º | 0.95% | 0.99% | - |
| XYZ | 59.55 | 82.83 | 13.2 | - |
| YUV | 210.28 | 16.1 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 12 | 0.20 | 0 | 0.95 | 0.01 | 72.7 | 0.98 | 0.52 |
| Hex | CA | FD | C | 14 | 0 | 5F | 1 | 49 | 62 | 34 |
| Octal | 312 | 375 | 14 | 24 | 0 | 137 | 1 | 111 | 142 | 64 |
| Binary | 11001010 | 11111101 | 1100 | 10100 | 0 | 1011111 | 1 | 1001001 | 1100010 | 110100 |
Color Harmonies of #CAFD0C
Complementary color
Monochromatic Colors of #CAFD0C
Black with #CAFD0C
Text Example
Text Example
White with #CAFD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFD0C; }
p { color: rgb(202,253,12); }
H1.HeaderClassName
{
color: #CAFD0C;
}
.AnyTagClassName
{
color: #CAFD0C;
}
</style>
background-color css
<style>
a { background-color: #CAFD0C; }
a { background-color: rgb(202,253,12); }
div.DivClassName
{
background-color: #CAFD0C;
}
.BgClassName
{
background-color: #CAFD0C;
}
</style>
border-color css
<style>
span { border-color: #CAFD0C; }
span { border-color: rgb(202,253,12); }
td.TdClassName
{
border-color: #CAFD0C;
}
.TagClassName
{
border-color: #CAFD0C;
}
</style>