Shades of Electric Lime #CAF90B
Tints of Electric Lime #CAF90B
RGB
CMYK
RGB Variations
Color information
#CAF90B (or 0xCAF90B) is known color: Electric Lime. HEX triplet: CA, F9 and 0B. RGB value is (202,249,11). Sum of RGB (Red+Green+Blue) = 202+249+11=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 249 (97.66% from 255 or 53.90% from 462); Blue value is 11 (4.69% from 255 or 2.38% from 462); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF90B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF90B is #3506F4. Grayscale: #D0D0D0. Windows color (decimal): -3475189 or 784842. OLE color: 784842.
HSL color Cylindrical-coordinate representation of color #CAF90B: hue angle of 71.85º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAF90B is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 11 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.02 |
| HSL | 71.85º | 0.95% | 0.51% | - |
| HSV(B) | 71.85º | 0.96% | 0.98% | - |
| XYZ | 58.29 | 80.33 | 12.75 | - |
| YUV | 207.82 | 16.93 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 11 | 0.19 | 0 | 0.96 | 0.02 | 71.85 | 0.95 | 0.51 |
| Hex | CA | F9 | B | 13 | 0 | 60 | 2 | 48 | 5F | 33 |
| Octal | 312 | 371 | 13 | 23 | 0 | 140 | 2 | 110 | 137 | 63 |
| Binary | 11001010 | 11111001 | 1011 | 10011 | 0 | 1100000 | 10 | 1001000 | 1011111 | 110011 |
Color Harmonies of #CAF90B
Complementary color
Monochromatic Colors of #CAF90B
Black with #CAF90B
Text Example
Text Example
White with #CAF90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF90B; }
p { color: rgb(202,249,11); }
H1.HeaderClassName
{
color: #CAF90B;
}
.AnyTagClassName
{
color: #CAF90B;
}
</style>
background-color css
<style>
a { background-color: #CAF90B; }
a { background-color: rgb(202,249,11); }
div.DivClassName
{
background-color: #CAF90B;
}
.BgClassName
{
background-color: #CAF90B;
}
</style>
border-color css
<style>
span { border-color: #CAF90B; }
span { border-color: rgb(202,249,11); }
td.TdClassName
{
border-color: #CAF90B;
}
.TagClassName
{
border-color: #CAF90B;
}
</style>