Shades of Electric Lime #C7FB1B
Tints of Electric Lime #C7FB1B
RGB
CMYK
RGB Variations
Color information
#C7FB1B (or 0xC7FB1B) is known color: Electric Lime. HEX triplet: C7, FB and 1B. RGB value is (199,251,27). Sum of RGB (Red+Green+Blue) = 199+251+27=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 251 (98.44% from 255 or 52.62% from 477); Blue value is 27 (10.94% from 255 or 5.66% from 477); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FB1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7FB1B is #3804E4. Grayscale: #D2D2D2. Windows color (decimal): -3671269 or 1833927. OLE color: 1833927.
HSL color Cylindrical-coordinate representation of color #C7FB1B: hue angle of 73.93º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7FB1B is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 251 | 27 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.02 |
| HSL | 73.93º | 0.97% | 0.55% | - |
| HSV(B) | 73.93º | 0.89% | 0.98% | - |
| XYZ | 58.25 | 81.22 | 13.64 | - |
| YUV | 209.92 | 24.77 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 251 | 27 | 0.21 | 0 | 0.89 | 0.02 | 73.93 | 0.97 | 0.55 |
| Hex | C7 | FB | 1B | 15 | 0 | 59 | 2 | 4A | 61 | 37 |
| Octal | 307 | 373 | 33 | 25 | 0 | 131 | 2 | 112 | 141 | 67 |
| Binary | 11000111 | 11111011 | 11011 | 10101 | 0 | 1011001 | 10 | 1001010 | 1100001 | 110111 |
Color Harmonies of #C7FB1B
Complementary color
Monochromatic Colors of #C7FB1B
Black with #C7FB1B
Text Example
Text Example
White with #C7FB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FB1B; }
p { color: rgb(199,251,27); }
H1.HeaderClassName
{
color: #C7FB1B;
}
.AnyTagClassName
{
color: #C7FB1B;
}
</style>
background-color css
<style>
a { background-color: #C7FB1B; }
a { background-color: rgb(199,251,27); }
div.DivClassName
{
background-color: #C7FB1B;
}
.BgClassName
{
background-color: #C7FB1B;
}
</style>
border-color css
<style>
span { border-color: #C7FB1B; }
span { border-color: rgb(199,251,27); }
td.TdClassName
{
border-color: #C7FB1B;
}
.TagClassName
{
border-color: #C7FB1B;
}
</style>