Shades of Electric Lime #CAF80F
Tints of Electric Lime #CAF80F
RGB
CMYK
RGB Variations
Color information
#CAF80F (or 0xCAF80F) is known color: Electric Lime. HEX triplet: CA, F8 and 0F. RGB value is (202,248,15). Sum of RGB (Red+Green+Blue) = 202+248+15=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 248 (97.27% from 255 or 53.33% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF80F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF80F is #3507F0. Grayscale: #D0D0D0. Windows color (decimal): -3475441 or 1046730. OLE color: 1046730.
HSL color Cylindrical-coordinate representation of color #CAF80F: hue angle of 71.85º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAF80F is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 15 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.03 |
| HSL | 71.85º | 0.94% | 0.52% | - |
| HSV(B) | 71.85º | 0.94% | 0.97% | - |
| XYZ | 58.01 | 79.73 | 12.78 | - |
| YUV | 207.68 | 19.26 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 15 | 0.19 | 0 | 0.94 | 0.03 | 71.85 | 0.94 | 0.52 |
| Hex | CA | F8 | F | 13 | 0 | 5E | 3 | 48 | 5E | 34 |
| Octal | 312 | 370 | 17 | 23 | 0 | 136 | 3 | 110 | 136 | 64 |
| Binary | 11001010 | 11111000 | 1111 | 10011 | 0 | 1011110 | 11 | 1001000 | 1011110 | 110100 |
Color Harmonies of #CAF80F
Complementary color
Monochromatic Colors of #CAF80F
Black with #CAF80F
Text Example
Text Example
White with #CAF80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF80F; }
p { color: rgb(202,248,15); }
H1.HeaderClassName
{
color: #CAF80F;
}
.AnyTagClassName
{
color: #CAF80F;
}
</style>
background-color css
<style>
a { background-color: #CAF80F; }
a { background-color: rgb(202,248,15); }
div.DivClassName
{
background-color: #CAF80F;
}
.BgClassName
{
background-color: #CAF80F;
}
</style>
border-color css
<style>
span { border-color: #CAF80F; }
span { border-color: rgb(202,248,15); }
td.TdClassName
{
border-color: #CAF80F;
}
.TagClassName
{
border-color: #CAF80F;
}
</style>