Shades of Electric Lime #CAF305
Tints of Electric Lime #CAF305
RGB
CMYK
RGB Variations
Color information
#CAF305 (or 0xCAF305) is known color: Electric Lime. HEX triplet: CA, F3 and 05. RGB value is (202,243,5). Sum of RGB (Red+Green+Blue) = 202+243+5=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 243 (95.31% from 255 or 54% from 450); Blue value is 5 (2.34% from 255 or 1.11% from 450); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF305 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF305 is #350CFA. Grayscale: #CCCCCC. Windows color (decimal): -3476731 or 390090. OLE color: 390090.
HSL color Cylindrical-coordinate representation of color #CAF305: hue angle of 70.34º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAF305 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 5 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.05 |
| HSL | 70.34º | 0.96% | 0.49% | - |
| HSV(B) | 70.34º | 0.98% | 0.95% | - |
| XYZ | 56.44 | 76.67 | 11.97 | - |
| YUV | 203.61 | 15.92 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 5 | 0.17 | 0 | 0.98 | 0.05 | 70.34 | 0.96 | 0.49 |
| Hex | CA | F3 | 5 | 11 | 0 | 62 | 5 | 46 | 60 | 31 |
| Octal | 312 | 363 | 5 | 21 | 0 | 142 | 5 | 106 | 140 | 61 |
| Binary | 11001010 | 11110011 | 101 | 10001 | 0 | 1100010 | 101 | 1000110 | 1100000 | 110001 |
Color Harmonies of #CAF305
Complementary color
Monochromatic Colors of #CAF305
Black with #CAF305
Text Example
Text Example
White with #CAF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF305; }
p { color: rgb(202,243,5); }
H1.HeaderClassName
{
color: #CAF305;
}
.AnyTagClassName
{
color: #CAF305;
}
</style>
background-color css
<style>
a { background-color: #CAF305; }
a { background-color: rgb(202,243,5); }
div.DivClassName
{
background-color: #CAF305;
}
.BgClassName
{
background-color: #CAF305;
}
</style>
border-color css
<style>
span { border-color: #CAF305; }
span { border-color: rgb(202,243,5); }
td.TdClassName
{
border-color: #CAF305;
}
.TagClassName
{
border-color: #CAF305;
}
</style>