Shades of Electric Lime #CAF30C
Tints of Electric Lime #CAF30C
RGB
CMYK
RGB Variations
Color information
#CAF30C (or 0xCAF30C) is known color: Electric Lime. HEX triplet: CA, F3 and 0C. RGB value is (202,243,12). Sum of RGB (Red+Green+Blue) = 202+243+12=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 243 (95.31% from 255 or 53.17% from 457); Blue value is 12 (5.08% from 255 or 2.63% from 457); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF30C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF30C is #350CF3. Grayscale: #CDCDCD. Windows color (decimal): -3476724 or 848842. OLE color: 848842.
HSL color Cylindrical-coordinate representation of color #CAF30C: hue angle of 70.65º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAF30C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 12 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.05 |
| HSL | 70.65º | 0.91% | 0.5% | - |
| HSV(B) | 70.65º | 0.95% | 0.95% | - |
| XYZ | 56.47 | 76.68 | 12.17 | - |
| YUV | 204.41 | 19.42 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 12 | 0.17 | 0 | 0.95 | 0.05 | 70.65 | 0.91 | 0.5 |
| Hex | CA | F3 | C | 11 | 0 | 5F | 5 | 47 | 5B | 32 |
| Octal | 312 | 363 | 14 | 21 | 0 | 137 | 5 | 107 | 133 | 62 |
| Binary | 11001010 | 11110011 | 1100 | 10001 | 0 | 1011111 | 101 | 1000111 | 1011011 | 110010 |
Color Harmonies of #CAF30C
Complementary color
Monochromatic Colors of #CAF30C
Black with #CAF30C
Text Example
Text Example
White with #CAF30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF30C; }
p { color: rgb(202,243,12); }
H1.HeaderClassName
{
color: #CAF30C;
}
.AnyTagClassName
{
color: #CAF30C;
}
</style>
background-color css
<style>
a { background-color: #CAF30C; }
a { background-color: rgb(202,243,12); }
div.DivClassName
{
background-color: #CAF30C;
}
.BgClassName
{
background-color: #CAF30C;
}
</style>
border-color css
<style>
span { border-color: #CAF30C; }
span { border-color: rgb(202,243,12); }
td.TdClassName
{
border-color: #CAF30C;
}
.TagClassName
{
border-color: #CAF30C;
}
</style>