Shades of Electric Lime #CAF614
Tints of Electric Lime #CAF614
RGB
CMYK
RGB Variations
Color information
#CAF614 (or 0xCAF614) is known color: Electric Lime. HEX triplet: CA, F6 and 14. RGB value is (202,246,20). Sum of RGB (Red+Green+Blue) = 202+246+20=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 246 (96.48% from 255 or 52.56% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF614 is #3509EB. Grayscale: #CFCFCF. Windows color (decimal): -3475948 or 1373898. OLE color: 1373898.
HSL color Cylindrical-coordinate representation of color #CAF614: hue angle of 71.68º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAF614 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 20 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.04 |
| HSL | 71.68º | 0.93% | 0.52% | - |
| HSV(B) | 71.68º | 0.92% | 0.96% | - |
| XYZ | 57.44 | 78.52 | 12.79 | - |
| YUV | 207.08 | 22.42 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 20 | 0.18 | 0 | 0.92 | 0.04 | 71.68 | 0.93 | 0.52 |
| Hex | CA | F6 | 14 | 12 | 0 | 5C | 4 | 48 | 5D | 34 |
| Octal | 312 | 366 | 24 | 22 | 0 | 134 | 4 | 110 | 135 | 64 |
| Binary | 11001010 | 11110110 | 10100 | 10010 | 0 | 1011100 | 100 | 1001000 | 1011101 | 110100 |
Color Harmonies of #CAF614
Complementary color
Monochromatic Colors of #CAF614
Black with #CAF614
Text Example
Text Example
White with #CAF614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF614; }
p { color: rgb(202,246,20); }
H1.HeaderClassName
{
color: #CAF614;
}
.AnyTagClassName
{
color: #CAF614;
}
</style>
background-color css
<style>
a { background-color: #CAF614; }
a { background-color: rgb(202,246,20); }
div.DivClassName
{
background-color: #CAF614;
}
.BgClassName
{
background-color: #CAF614;
}
</style>
border-color css
<style>
span { border-color: #CAF614; }
span { border-color: rgb(202,246,20); }
td.TdClassName
{
border-color: #CAF614;
}
.TagClassName
{
border-color: #CAF614;
}
</style>