Shades of Electric Lime #CAF61C
Tints of Electric Lime #CAF61C
RGB
CMYK
RGB Variations
Color information
#CAF61C (or 0xCAF61C) is known color: Electric Lime. HEX triplet: CA, F6 and 1C. RGB value is (202,246,28). Sum of RGB (Red+Green+Blue) = 202+246+28=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 246 (96.48% from 255 or 51.68% from 476); Blue value is 28 (11.33% from 255 or 5.88% from 476); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF61C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF61C is #3509E3. Grayscale: #D0D0D0. Windows color (decimal): -3475940 or 1898186. OLE color: 1898186.
HSL color Cylindrical-coordinate representation of color #CAF61C: hue angle of 72.11º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAF61C is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 28 | - |
| CMYK | 0.18 | 0 | 0.89 | 0.04 |
| HSL | 72.11º | 0.92% | 0.54% | - |
| HSV(B) | 72.11º | 0.89% | 0.96% | - |
| XYZ | 57.52 | 78.55 | 13.23 | - |
| YUV | 207.99 | 26.42 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 28 | 0.18 | 0 | 0.89 | 0.04 | 72.11 | 0.92 | 0.54 |
| Hex | CA | F6 | 1C | 12 | 0 | 59 | 4 | 48 | 5C | 36 |
| Octal | 312 | 366 | 34 | 22 | 0 | 131 | 4 | 110 | 134 | 66 |
| Binary | 11001010 | 11110110 | 11100 | 10010 | 0 | 1011001 | 100 | 1001000 | 1011100 | 110110 |
Color Harmonies of #CAF61C
Complementary color
Monochromatic Colors of #CAF61C
Black with #CAF61C
Text Example
Text Example
White with #CAF61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF61C; }
p { color: rgb(202,246,28); }
H1.HeaderClassName
{
color: #CAF61C;
}
.AnyTagClassName
{
color: #CAF61C;
}
</style>
background-color css
<style>
a { background-color: #CAF61C; }
a { background-color: rgb(202,246,28); }
div.DivClassName
{
background-color: #CAF61C;
}
.BgClassName
{
background-color: #CAF61C;
}
</style>
border-color css
<style>
span { border-color: #CAF61C; }
span { border-color: rgb(202,246,28); }
td.TdClassName
{
border-color: #CAF61C;
}
.TagClassName
{
border-color: #CAF61C;
}
</style>