Shades of Electric Lime #CAF50C
Tints of Electric Lime #CAF50C
RGB
CMYK
RGB Variations
Color information
#CAF50C (or 0xCAF50C) is known color: Electric Lime. HEX triplet: CA, F5 and 0C. RGB value is (202,245,12). Sum of RGB (Red+Green+Blue) = 202+245+12=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 245 (96.09% from 255 or 53.38% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF50C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF50C is #350AF3. Grayscale: #CECECE. Windows color (decimal): -3476212 or 849354. OLE color: 849354.
HSL color Cylindrical-coordinate representation of color #CAF50C: hue angle of 71.07º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAF50C is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 12 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.04 |
| HSL | 71.07º | 0.92% | 0.5% | - |
| HSV(B) | 71.07º | 0.95% | 0.96% | - |
| XYZ | 57.08 | 77.89 | 12.37 | - |
| YUV | 205.58 | 18.75 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 12 | 0.18 | 0 | 0.95 | 0.04 | 71.07 | 0.92 | 0.5 |
| Hex | CA | F5 | C | 12 | 0 | 5F | 4 | 47 | 5C | 32 |
| Octal | 312 | 365 | 14 | 22 | 0 | 137 | 4 | 107 | 134 | 62 |
| Binary | 11001010 | 11110101 | 1100 | 10010 | 0 | 1011111 | 100 | 1000111 | 1011100 | 110010 |
Color Harmonies of #CAF50C
Complementary color
Monochromatic Colors of #CAF50C
Black with #CAF50C
Text Example
Text Example
White with #CAF50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF50C; }
p { color: rgb(202,245,12); }
H1.HeaderClassName
{
color: #CAF50C;
}
.AnyTagClassName
{
color: #CAF50C;
}
</style>
background-color css
<style>
a { background-color: #CAF50C; }
a { background-color: rgb(202,245,12); }
div.DivClassName
{
background-color: #CAF50C;
}
.BgClassName
{
background-color: #CAF50C;
}
</style>
border-color css
<style>
span { border-color: #CAF50C; }
span { border-color: rgb(202,245,12); }
td.TdClassName
{
border-color: #CAF50C;
}
.TagClassName
{
border-color: #CAF50C;
}
</style>