Shades of Electric Lime #CAF313
Tints of Electric Lime #CAF313
RGB
CMYK
RGB Variations
Color information
#CAF313 (or 0xCAF313) is known color: Electric Lime. HEX triplet: CA, F3 and 13. RGB value is (202,243,19). Sum of RGB (Red+Green+Blue) = 202+243+19=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 243 (95.31% from 255 or 52.37% from 464); Blue value is 19 (7.81% from 255 or 4.09% from 464); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF313 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF313 is #350CEC. Grayscale: #CECECE. Windows color (decimal): -3476717 or 1307594. OLE color: 1307594.
HSL color Cylindrical-coordinate representation of color #CAF313: hue angle of 70.98º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAF313 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 19 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.05 |
| HSL | 70.98º | 0.9% | 0.51% | - |
| HSV(B) | 70.98º | 0.92% | 0.95% | - |
| XYZ | 56.53 | 76.7 | 12.44 | - |
| YUV | 205.21 | 22.92 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 19 | 0.17 | 0 | 0.92 | 0.05 | 70.98 | 0.9 | 0.51 |
| Hex | CA | F3 | 13 | 11 | 0 | 5C | 5 | 47 | 5A | 33 |
| Octal | 312 | 363 | 23 | 21 | 0 | 134 | 5 | 107 | 132 | 63 |
| Binary | 11001010 | 11110011 | 10011 | 10001 | 0 | 1011100 | 101 | 1000111 | 1011010 | 110011 |
Color Harmonies of #CAF313
Complementary color
Monochromatic Colors of #CAF313
Black with #CAF313
Text Example
Text Example
White with #CAF313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF313; }
p { color: rgb(202,243,19); }
H1.HeaderClassName
{
color: #CAF313;
}
.AnyTagClassName
{
color: #CAF313;
}
</style>
background-color css
<style>
a { background-color: #CAF313; }
a { background-color: rgb(202,243,19); }
div.DivClassName
{
background-color: #CAF313;
}
.BgClassName
{
background-color: #CAF313;
}
</style>
border-color css
<style>
span { border-color: #CAF313; }
span { border-color: rgb(202,243,19); }
td.TdClassName
{
border-color: #CAF313;
}
.TagClassName
{
border-color: #CAF313;
}
</style>