Shades of Electric Lime #CFEF0B
Tints of Electric Lime #CFEF0B
RGB
CMYK
RGB Variations
Color information
#CFEF0B (or 0xCFEF0B) is known color: Electric Lime. HEX triplet: CF, EF and 0B. RGB value is (207,239,11). Sum of RGB (Red+Green+Blue) = 207+239+11=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 239 (93.75% from 255 or 52.30% from 457); Blue value is 11 (4.69% from 255 or 2.41% from 457); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEF0B is #3010F4. Grayscale: #CCCCCC. Windows color (decimal): -3150069 or 782287. OLE color: 782287.
HSL color Cylindrical-coordinate representation of color #CFEF0B: hue angle of 68.42º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFEF0B is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 11 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.06 |
| HSL | 68.42º | 0.91% | 0.49% | - |
| HSV(B) | 68.42º | 0.95% | 0.94% | - |
| XYZ | 56.66 | 75.02 | 11.81 | - |
| YUV | 203.44 | 19.4 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 11 | 0.13 | 0 | 0.95 | 0.06 | 68.42 | 0.91 | 0.49 |
| Hex | CF | EF | B | D | 0 | 5F | 6 | 44 | 5B | 31 |
| Octal | 317 | 357 | 13 | 15 | 0 | 137 | 6 | 104 | 133 | 61 |
| Binary | 11001111 | 11101111 | 1011 | 1101 | 0 | 1011111 | 110 | 1000100 | 1011011 | 110001 |
Color Harmonies of #CFEF0B
Complementary color
Monochromatic Colors of #CFEF0B
Black with #CFEF0B
Text Example
Text Example
White with #CFEF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF0B; }
p { color: rgb(207,239,11); }
H1.HeaderClassName
{
color: #CFEF0B;
}
.AnyTagClassName
{
color: #CFEF0B;
}
</style>
background-color css
<style>
a { background-color: #CFEF0B; }
a { background-color: rgb(207,239,11); }
div.DivClassName
{
background-color: #CFEF0B;
}
.BgClassName
{
background-color: #CFEF0B;
}
</style>
border-color css
<style>
span { border-color: #CFEF0B; }
span { border-color: rgb(207,239,11); }
td.TdClassName
{
border-color: #CFEF0B;
}
.TagClassName
{
border-color: #CFEF0B;
}
</style>