Shades of Electric Lime #CAF613
Tints of Electric Lime #CAF613
RGB
CMYK
RGB Variations
Color information
#CAF613 (or 0xCAF613) is known color: Electric Lime. HEX triplet: CA, F6 and 13. RGB value is (202,246,19). Sum of RGB (Red+Green+Blue) = 202+246+19=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 246 (96.48% from 255 or 52.68% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF613 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF613 is #3509EC. Grayscale: #CFCFCF. Windows color (decimal): -3475949 or 1308362. OLE color: 1308362.
HSL color Cylindrical-coordinate representation of color #CAF613: hue angle of 71.63º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAF613 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 19 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.04 |
| HSL | 71.63º | 0.93% | 0.52% | - |
| HSV(B) | 71.63º | 0.92% | 0.96% | - |
| XYZ | 57.43 | 78.52 | 12.74 | - |
| YUV | 206.97 | 21.92 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 19 | 0.18 | 0 | 0.92 | 0.04 | 71.63 | 0.93 | 0.52 |
| Hex | CA | F6 | 13 | 12 | 0 | 5C | 4 | 48 | 5D | 34 |
| Octal | 312 | 366 | 23 | 22 | 0 | 134 | 4 | 110 | 135 | 64 |
| Binary | 11001010 | 11110110 | 10011 | 10010 | 0 | 1011100 | 100 | 1001000 | 1011101 | 110100 |
Color Harmonies of #CAF613
Complementary color
Monochromatic Colors of #CAF613
Black with #CAF613
Text Example
Text Example
White with #CAF613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF613; }
p { color: rgb(202,246,19); }
H1.HeaderClassName
{
color: #CAF613;
}
.AnyTagClassName
{
color: #CAF613;
}
</style>
background-color css
<style>
a { background-color: #CAF613; }
a { background-color: rgb(202,246,19); }
div.DivClassName
{
background-color: #CAF613;
}
.BgClassName
{
background-color: #CAF613;
}
</style>
border-color css
<style>
span { border-color: #CAF613; }
span { border-color: rgb(202,246,19); }
td.TdClassName
{
border-color: #CAF613;
}
.TagClassName
{
border-color: #CAF613;
}
</style>