Shades of Electric Lime #CAF71C
Tints of Electric Lime #CAF71C
RGB
CMYK
RGB Variations
Color information
#CAF71C (or 0xCAF71C) is known color: Electric Lime. HEX triplet: CA, F7 and 1C. RGB value is (202,247,28). Sum of RGB (Red+Green+Blue) = 202+247+28=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 247 (96.88% from 255 or 51.78% from 477); Blue value is 28 (11.33% from 255 or 5.87% from 477); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF71C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF71C is #3508E3. Grayscale: #D1D1D1. Windows color (decimal): -3475684 or 1898442. OLE color: 1898442.
HSL color Cylindrical-coordinate representation of color #CAF71C: hue angle of 72.33º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAF71C is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 28 | - |
| CMYK | 0.18 | 0 | 0.89 | 0.03 |
| HSL | 72.33º | 0.93% | 0.54% | - |
| HSV(B) | 72.33º | 0.89% | 0.97% | - |
| XYZ | 57.83 | 79.16 | 13.33 | - |
| YUV | 208.58 | 26.09 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 28 | 0.18 | 0 | 0.89 | 0.03 | 72.33 | 0.93 | 0.54 |
| Hex | CA | F7 | 1C | 12 | 0 | 59 | 3 | 48 | 5D | 36 |
| Octal | 312 | 367 | 34 | 22 | 0 | 131 | 3 | 110 | 135 | 66 |
| Binary | 11001010 | 11110111 | 11100 | 10010 | 0 | 1011001 | 11 | 1001000 | 1011101 | 110110 |
Color Harmonies of #CAF71C
Complementary color
Monochromatic Colors of #CAF71C
Black with #CAF71C
Text Example
Text Example
White with #CAF71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF71C; }
p { color: rgb(202,247,28); }
H1.HeaderClassName
{
color: #CAF71C;
}
.AnyTagClassName
{
color: #CAF71C;
}
</style>
background-color css
<style>
a { background-color: #CAF71C; }
a { background-color: rgb(202,247,28); }
div.DivClassName
{
background-color: #CAF71C;
}
.BgClassName
{
background-color: #CAF71C;
}
</style>
border-color css
<style>
span { border-color: #CAF71C; }
span { border-color: rgb(202,247,28); }
td.TdClassName
{
border-color: #CAF71C;
}
.TagClassName
{
border-color: #CAF71C;
}
</style>