Shades of Electric Lime #CAF30B
Tints of Electric Lime #CAF30B
RGB
CMYK
RGB Variations
Color information
#CAF30B (or 0xCAF30B) is known color: Electric Lime. HEX triplet: CA, F3 and 0B. RGB value is (202,243,11). Sum of RGB (Red+Green+Blue) = 202+243+11=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 243 (95.31% from 255 or 53.29% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF30B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF30B is #350CF4. Grayscale: #CDCDCD. Windows color (decimal): -3476725 or 783306. OLE color: 783306.
HSL color Cylindrical-coordinate representation of color #CAF30B: hue angle of 70.6º 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 #CAF30B is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 11 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.05 |
| HSL | 70.6º | 0.91% | 0.5% | - |
| HSV(B) | 70.6º | 0.95% | 0.95% | - |
| XYZ | 56.47 | 76.68 | 12.14 | - |
| YUV | 204.29 | 18.92 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 11 | 0.17 | 0 | 0.95 | 0.05 | 70.6 | 0.91 | 0.5 |
| Hex | CA | F3 | B | 11 | 0 | 5F | 5 | 47 | 5B | 32 |
| Octal | 312 | 363 | 13 | 21 | 0 | 137 | 5 | 107 | 133 | 62 |
| Binary | 11001010 | 11110011 | 1011 | 10001 | 0 | 1011111 | 101 | 1000111 | 1011011 | 110010 |
Color Harmonies of #CAF30B
Complementary color
Monochromatic Colors of #CAF30B
Black with #CAF30B
Text Example
Text Example
White with #CAF30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF30B; }
p { color: rgb(202,243,11); }
H1.HeaderClassName
{
color: #CAF30B;
}
.AnyTagClassName
{
color: #CAF30B;
}
</style>
background-color css
<style>
a { background-color: #CAF30B; }
a { background-color: rgb(202,243,11); }
div.DivClassName
{
background-color: #CAF30B;
}
.BgClassName
{
background-color: #CAF30B;
}
</style>
border-color css
<style>
span { border-color: #CAF30B; }
span { border-color: rgb(202,243,11); }
td.TdClassName
{
border-color: #CAF30B;
}
.TagClassName
{
border-color: #CAF30B;
}
</style>