Shades of Electric Lime #CFE907
Tints of Electric Lime #CFE907
RGB
CMYK
RGB Variations
Color information
#CFE907 (or 0xCFE907) is known color: Electric Lime. HEX triplet: CF, E9 and 07. RGB value is (207,233,7). Sum of RGB (Red+Green+Blue) = 207+233+7=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 233 (91.41% from 255 or 52.13% from 447); Blue value is 7 (3.12% from 255 or 1.57% from 447); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE907 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE907 is #3016F8. Grayscale: #C8C8C8. Windows color (decimal): -3151609 or 518607. OLE color: 518607.
HSL color Cylindrical-coordinate representation of color #CFE907: hue angle of 66.9º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFE907 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 7 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.09 |
| HSL | 66.9º | 0.94% | 0.47% | - |
| HSV(B) | 66.9º | 0.97% | 0.91% | - |
| XYZ | 54.91 | 71.56 | 11.12 | - |
| YUV | 199.46 | 19.39 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 7 | 0.11 | 0 | 0.97 | 0.09 | 66.9 | 0.94 | 0.47 |
| Hex | CF | E9 | 7 | B | 0 | 61 | 9 | 43 | 5E | 2F |
| Octal | 317 | 351 | 7 | 13 | 0 | 141 | 11 | 103 | 136 | 57 |
| Binary | 11001111 | 11101001 | 111 | 1011 | 0 | 1100001 | 1001 | 1000011 | 1011110 | 101111 |
Color Harmonies of #CFE907
Complementary color
Monochromatic Colors of #CFE907
Black with #CFE907
Text Example
Text Example
White with #CFE907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE907; }
p { color: rgb(207,233,7); }
H1.HeaderClassName
{
color: #CFE907;
}
.AnyTagClassName
{
color: #CFE907;
}
</style>
background-color css
<style>
a { background-color: #CFE907; }
a { background-color: rgb(207,233,7); }
div.DivClassName
{
background-color: #CFE907;
}
.BgClassName
{
background-color: #CFE907;
}
</style>
border-color css
<style>
span { border-color: #CFE907; }
span { border-color: rgb(207,233,7); }
td.TdClassName
{
border-color: #CFE907;
}
.TagClassName
{
border-color: #CFE907;
}
</style>