Shades of Electric Lime #CBF908
Tints of Electric Lime #CBF908
RGB
CMYK
RGB Variations
Color information
#CBF908 (or 0xCBF908) is known color: Electric Lime. HEX triplet: CB, F9 and 08. RGB value is (203,249,8). Sum of RGB (Red+Green+Blue) = 203+249+8=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 249 (97.66% from 255 or 54.13% from 460); Blue value is 8 (3.52% from 255 or 1.74% from 460); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF908 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF908 is #3406F7. Grayscale: #D0D0D0. Windows color (decimal): -3409656 or 588235. OLE color: 588235.
HSL color Cylindrical-coordinate representation of color #CBF908: hue angle of 71.45º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBF908 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 8 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.02 |
| HSL | 71.45º | 0.95% | 0.5% | - |
| HSV(B) | 71.45º | 0.97% | 0.98% | - |
| XYZ | 58.55 | 80.47 | 12.68 | - |
| YUV | 207.77 | 15.26 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 8 | 0.18 | 0 | 0.97 | 0.02 | 71.45 | 0.95 | 0.5 |
| Hex | CB | F9 | 8 | 12 | 0 | 61 | 2 | 47 | 5F | 32 |
| Octal | 313 | 371 | 10 | 22 | 0 | 141 | 2 | 107 | 137 | 62 |
| Binary | 11001011 | 11111001 | 1000 | 10010 | 0 | 1100001 | 10 | 1000111 | 1011111 | 110010 |
Color Harmonies of #CBF908
Complementary color
Monochromatic Colors of #CBF908
Black with #CBF908
Text Example
Text Example
White with #CBF908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF908; }
p { color: rgb(203,249,8); }
H1.HeaderClassName
{
color: #CBF908;
}
.AnyTagClassName
{
color: #CBF908;
}
</style>
background-color css
<style>
a { background-color: #CBF908; }
a { background-color: rgb(203,249,8); }
div.DivClassName
{
background-color: #CBF908;
}
.BgClassName
{
background-color: #CBF908;
}
</style>
border-color css
<style>
span { border-color: #CBF908; }
span { border-color: rgb(203,249,8); }
td.TdClassName
{
border-color: #CBF908;
}
.TagClassName
{
border-color: #CBF908;
}
</style>