Shades of Electric Lime #CBF102
Tints of Electric Lime #CBF102
RGB
CMYK
RGB Variations
Color information
#CBF102 (or 0xCBF102) is known color: Electric Lime. HEX triplet: CB, F1 and 02. RGB value is (203,241,2). Sum of RGB (Red+Green+Blue) = 203+241+2=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 241 (94.53% from 255 or 54.04% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF102 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF102 is #340EFD. Grayscale: #CBCBCB. Windows color (decimal): -3411710 or 192971. OLE color: 192971.
HSL color Cylindrical-coordinate representation of color #CBF102: hue angle of 69.54º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBF102 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.05 |
| HSL | 69.54º | 0.98% | 0.48% | - |
| HSV(B) | 69.54º | 0.99% | 0.95% | - |
| XYZ | 56.09 | 75.61 | 11.7 | - |
| YUV | 202.39 | 14.91 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 2 | 0.16 | 0 | 0.99 | 0.05 | 69.54 | 0.98 | 0.48 |
| Hex | CB | F1 | 2 | 10 | 0 | 63 | 5 | 46 | 62 | 30 |
| Octal | 313 | 361 | 2 | 20 | 0 | 143 | 5 | 106 | 142 | 60 |
| Binary | 11001011 | 11110001 | 10 | 10000 | 0 | 1100011 | 101 | 1000110 | 1100010 | 110000 |
Color Harmonies of #CBF102
Complementary color
Monochromatic Colors of #CBF102
Black with #CBF102
Text Example
Text Example
White with #CBF102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF102; }
p { color: rgb(203,241,2); }
H1.HeaderClassName
{
color: #CBF102;
}
.AnyTagClassName
{
color: #CBF102;
}
</style>
background-color css
<style>
a { background-color: #CBF102; }
a { background-color: rgb(203,241,2); }
div.DivClassName
{
background-color: #CBF102;
}
.BgClassName
{
background-color: #CBF102;
}
</style>
border-color css
<style>
span { border-color: #CBF102; }
span { border-color: rgb(203,241,2); }
td.TdClassName
{
border-color: #CBF102;
}
.TagClassName
{
border-color: #CBF102;
}
</style>