Shades of Electric Lime #CFE10B
Tints of Electric Lime #CFE10B
RGB
CMYK
RGB Variations
Color information
#CFE10B (or 0xCFE10B) is known color: Electric Lime. HEX triplet: CF, E1 and 0B. RGB value is (207,225,11). Sum of RGB (Red+Green+Blue) = 207+225+11=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 11 (4.69% from 255 or 2.48% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE10B is #301EF4. Grayscale: #C4C4C4. Windows color (decimal): -3153653 or 778703. OLE color: 778703.
HSL color Cylindrical-coordinate representation of color #CFE10B: hue angle of 65.05º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFE10B is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 11 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.12 |
| HSL | 65.05º | 0.91% | 0.46% | - |
| HSV(B) | 65.05º | 0.95% | 0.88% | - |
| XYZ | 52.72 | 67.14 | 10.5 | - |
| YUV | 195.22 | 24.04 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 11 | 0.08 | 0 | 0.95 | 0.12 | 65.05 | 0.91 | 0.46 |
| Hex | CF | E1 | B | 8 | 0 | 5F | C | 41 | 5B | 2E |
| Octal | 317 | 341 | 13 | 10 | 0 | 137 | 14 | 101 | 133 | 56 |
| Binary | 11001111 | 11100001 | 1011 | 1000 | 0 | 1011111 | 1100 | 1000001 | 1011011 | 101110 |
Color Harmonies of #CFE10B
Complementary color
Monochromatic Colors of #CFE10B
Black with #CFE10B
Text Example
Text Example
White with #CFE10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE10B; }
p { color: rgb(207,225,11); }
H1.HeaderClassName
{
color: #CFE10B;
}
.AnyTagClassName
{
color: #CFE10B;
}
</style>
background-color css
<style>
a { background-color: #CFE10B; }
a { background-color: rgb(207,225,11); }
div.DivClassName
{
background-color: #CFE10B;
}
.BgClassName
{
background-color: #CFE10B;
}
</style>
border-color css
<style>
span { border-color: #CFE10B; }
span { border-color: rgb(207,225,11); }
td.TdClassName
{
border-color: #CFE10B;
}
.TagClassName
{
border-color: #CFE10B;
}
</style>