Shades of Electric Lime #CCFD0B
Tints of Electric Lime #CCFD0B
RGB
CMYK
RGB Variations
Color information
#CCFD0B (or 0xCCFD0B) is known color: Electric Lime. HEX triplet: CC, FD and 0B. RGB value is (204,253,11). Sum of RGB (Red+Green+Blue) = 204+253+11=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 253 (99.22% from 255 or 54.06% from 468); Blue value is 11 (4.69% from 255 or 2.35% from 468); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFD0B is #3302F4. Grayscale: #D3D3D3. Windows color (decimal): -3343093 or 785868. OLE color: 785868.
HSL color Cylindrical-coordinate representation of color #CCFD0B: hue angle of 72.15º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCFD0B is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 11 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.01 |
| HSL | 72.15º | 0.98% | 0.52% | - |
| HSV(B) | 72.15º | 0.96% | 0.99% | - |
| XYZ | 60.09 | 83.11 | 13.19 | - |
| YUV | 210.76 | 15.27 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 11 | 0.19 | 0 | 0.96 | 0.01 | 72.15 | 0.98 | 0.52 |
| Hex | CC | FD | B | 13 | 0 | 60 | 1 | 48 | 62 | 34 |
| Octal | 314 | 375 | 13 | 23 | 0 | 140 | 1 | 110 | 142 | 64 |
| Binary | 11001100 | 11111101 | 1011 | 10011 | 0 | 1100000 | 1 | 1001000 | 1100010 | 110100 |
Color Harmonies of #CCFD0B
Complementary color
Monochromatic Colors of #CCFD0B
Black with #CCFD0B
Text Example
Text Example
White with #CCFD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD0B; }
p { color: rgb(204,253,11); }
H1.HeaderClassName
{
color: #CCFD0B;
}
.AnyTagClassName
{
color: #CCFD0B;
}
</style>
background-color css
<style>
a { background-color: #CCFD0B; }
a { background-color: rgb(204,253,11); }
div.DivClassName
{
background-color: #CCFD0B;
}
.BgClassName
{
background-color: #CCFD0B;
}
</style>
border-color css
<style>
span { border-color: #CCFD0B; }
span { border-color: rgb(204,253,11); }
td.TdClassName
{
border-color: #CCFD0B;
}
.TagClassName
{
border-color: #CCFD0B;
}
</style>