Shades of Electric Lime #CFE50B
Tints of Electric Lime #CFE50B
RGB
CMYK
RGB Variations
Color information
#CFE50B (or 0xCFE50B) is known color: Electric Lime. HEX triplet: CF, E5 and 0B. RGB value is (207,229,11). Sum of RGB (Red+Green+Blue) = 207+229+11=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE50B is #301AF4. Grayscale: #C6C6C6. Windows color (decimal): -3152629 or 779727. OLE color: 779727.
HSL color Cylindrical-coordinate representation of color #CFE50B: hue angle of 66.06º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFE50B is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 11 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.10 |
| HSL | 66.06º | 0.91% | 0.47% | - |
| HSV(B) | 66.06º | 0.95% | 0.9% | - |
| XYZ | 53.81 | 69.33 | 10.86 | - |
| YUV | 197.57 | 22.71 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 11 | 0.10 | 0 | 0.95 | 0.10 | 66.06 | 0.91 | 0.47 |
| Hex | CF | E5 | B | A | 0 | 5F | A | 42 | 5B | 2F |
| Octal | 317 | 345 | 13 | 12 | 0 | 137 | 12 | 102 | 133 | 57 |
| Binary | 11001111 | 11100101 | 1011 | 1010 | 0 | 1011111 | 1010 | 1000010 | 1011011 | 101111 |
Color Harmonies of #CFE50B
Complementary color
Monochromatic Colors of #CFE50B
Black with #CFE50B
Text Example
Text Example
White with #CFE50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE50B; }
p { color: rgb(207,229,11); }
H1.HeaderClassName
{
color: #CFE50B;
}
.AnyTagClassName
{
color: #CFE50B;
}
</style>
background-color css
<style>
a { background-color: #CFE50B; }
a { background-color: rgb(207,229,11); }
div.DivClassName
{
background-color: #CFE50B;
}
.BgClassName
{
background-color: #CFE50B;
}
</style>
border-color css
<style>
span { border-color: #CFE50B; }
span { border-color: rgb(207,229,11); }
td.TdClassName
{
border-color: #CFE50B;
}
.TagClassName
{
border-color: #CFE50B;
}
</style>