Shades of Electric Lime #CFF91B
Tints of Electric Lime #CFF91B
RGB
CMYK
RGB Variations
Color information
#CFF91B (or 0xCFF91B) is known color: Electric Lime. HEX triplet: CF, F9 and 1B. RGB value is (207,249,27). Sum of RGB (Red+Green+Blue) = 207+249+27=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 249 (97.66% from 255 or 51.55% from 483); Blue value is 27 (10.94% from 255 or 5.59% from 483); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF91B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF91B is #3006E4. Grayscale: #D3D3D3. Windows color (decimal): -3147493 or 1833423. OLE color: 1833423.
HSL color Cylindrical-coordinate representation of color #CFF91B: hue angle of 71.35º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFF91B is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 27 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.02 |
| HSL | 71.35º | 0.95% | 0.54% | - |
| HSV(B) | 71.35º | 0.89% | 0.98% | - |
| XYZ | 59.81 | 81.1 | 13.54 | - |
| YUV | 211.13 | 24.09 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 27 | 0.17 | 0 | 0.89 | 0.02 | 71.35 | 0.95 | 0.54 |
| Hex | CF | F9 | 1B | 11 | 0 | 59 | 2 | 47 | 5F | 36 |
| Octal | 317 | 371 | 33 | 21 | 0 | 131 | 2 | 107 | 137 | 66 |
| Binary | 11001111 | 11111001 | 11011 | 10001 | 0 | 1011001 | 10 | 1000111 | 1011111 | 110110 |
Color Harmonies of #CFF91B
Complementary color
Monochromatic Colors of #CFF91B
Black with #CFF91B
Text Example
Text Example
White with #CFF91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF91B; }
p { color: rgb(207,249,27); }
H1.HeaderClassName
{
color: #CFF91B;
}
.AnyTagClassName
{
color: #CFF91B;
}
</style>
background-color css
<style>
a { background-color: #CFF91B; }
a { background-color: rgb(207,249,27); }
div.DivClassName
{
background-color: #CFF91B;
}
.BgClassName
{
background-color: #CFF91B;
}
</style>
border-color css
<style>
span { border-color: #CFF91B; }
span { border-color: rgb(207,249,27); }
td.TdClassName
{
border-color: #CFF91B;
}
.TagClassName
{
border-color: #CFF91B;
}
</style>