Shades of Electric Lime #CBFF1C
Tints of Electric Lime #CBFF1C
RGB
CMYK
RGB Variations
Color information
#CBFF1C (or 0xCBFF1C) is known color: Electric Lime. HEX triplet: CB, FF and 1C. RGB value is (203,255,28). Sum of RGB (Red+Green+Blue) = 203+255+28=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 28 (11.33% from 255 or 5.76% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFF1C is #3400E3. Grayscale: #D6D6D6. Windows color (decimal): -3408100 or 1900491. OLE color: 1900491.
HSL color Cylindrical-coordinate representation of color #CBFF1C: hue angle of 73.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBFF1C is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 28 | - |
| CMYK | 0.20 | 0 | 0.89 | 0 |
| HSL | 73.74º | 1% | 0.55% | - |
| HSV(B) | 73.74º | 0.89% | 1% | - |
| XYZ | 60.6 | 84.3 | 14.18 | - |
| YUV | 213.57 | 23.27 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 28 | 0.20 | 0 | 0.89 | 0 | 73.74 | 1 | 0.55 |
| Hex | CB | FF | 1C | 14 | 0 | 59 | 0 | 4A | 64 | 37 |
| Octal | 313 | 377 | 34 | 24 | 0 | 131 | 0 | 112 | 144 | 67 |
| Binary | 11001011 | 11111111 | 11100 | 10100 | 0 | 1011001 | 0 | 1001010 | 1100100 | 110111 |
Color Harmonies of #CBFF1C
Complementary color
Monochromatic Colors of #CBFF1C
Black with #CBFF1C
Text Example
Text Example
White with #CBFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF1C; }
p { color: rgb(203,255,28); }
H1.HeaderClassName
{
color: #CBFF1C;
}
.AnyTagClassName
{
color: #CBFF1C;
}
</style>
background-color css
<style>
a { background-color: #CBFF1C; }
a { background-color: rgb(203,255,28); }
div.DivClassName
{
background-color: #CBFF1C;
}
.BgClassName
{
background-color: #CBFF1C;
}
</style>
border-color css
<style>
span { border-color: #CBFF1C; }
span { border-color: rgb(203,255,28); }
td.TdClassName
{
border-color: #CBFF1C;
}
.TagClassName
{
border-color: #CBFF1C;
}
</style>