Shades of Electric Lime #CAF603
Tints of Electric Lime #CAF603
RGB
CMYK
RGB Variations
Color information
#CAF603 (or 0xCAF603) is known color: Electric Lime. HEX triplet: CA, F6 and 03. RGB value is (202,246,3). Sum of RGB (Red+Green+Blue) = 202+246+3=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 246 (96.48% from 255 or 54.55% from 451); Blue value is 3 (1.56% from 255 or 0.67% from 451); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF603 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF603 is #3509FC. Grayscale: #CECECE. Windows color (decimal): -3475965 or 259786. OLE color: 259786.
HSL color Cylindrical-coordinate representation of color #CAF603: hue angle of 70.86º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAF603 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 3 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.04 |
| HSL | 70.86º | 0.98% | 0.49% | - |
| HSV(B) | 70.86º | 0.99% | 0.96% | - |
| XYZ | 57.33 | 78.47 | 12.21 | - |
| YUV | 205.14 | 13.92 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 3 | 0.18 | 0 | 0.99 | 0.04 | 70.86 | 0.98 | 0.49 |
| Hex | CA | F6 | 3 | 12 | 0 | 63 | 4 | 47 | 62 | 31 |
| Octal | 312 | 366 | 3 | 22 | 0 | 143 | 4 | 107 | 142 | 61 |
| Binary | 11001010 | 11110110 | 11 | 10010 | 0 | 1100011 | 100 | 1000111 | 1100010 | 110001 |
Color Harmonies of #CAF603
Complementary color
Monochromatic Colors of #CAF603
Black with #CAF603
Text Example
Text Example
White with #CAF603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF603; }
p { color: rgb(202,246,3); }
H1.HeaderClassName
{
color: #CAF603;
}
.AnyTagClassName
{
color: #CAF603;
}
</style>
background-color css
<style>
a { background-color: #CAF603; }
a { background-color: rgb(202,246,3); }
div.DivClassName
{
background-color: #CAF603;
}
.BgClassName
{
background-color: #CAF603;
}
</style>
border-color css
<style>
span { border-color: #CAF603; }
span { border-color: rgb(202,246,3); }
td.TdClassName
{
border-color: #CAF603;
}
.TagClassName
{
border-color: #CAF603;
}
</style>