Shades of Electric Lime #CCF20B
Tints of Electric Lime #CCF20B
RGB
CMYK
RGB Variations
Color information
#CCF20B (or 0xCCF20B) is known color: Electric Lime. HEX triplet: CC, F2 and 0B. RGB value is (204,242,11). Sum of RGB (Red+Green+Blue) = 204+242+11=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 11 (4.69% from 255 or 2.41% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF20B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF20B is #330DF4. Grayscale: #CDCDCD. Windows color (decimal): -3345909 or 783052. OLE color: 783052.
HSL color Cylindrical-coordinate representation of color #CCF20B: hue angle of 69.87º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCF20B is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 11 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.05 |
| HSL | 69.87º | 0.91% | 0.5% | - |
| HSV(B) | 69.87º | 0.95% | 0.95% | - |
| XYZ | 56.71 | 76.37 | 12.07 | - |
| YUV | 204.3 | 18.91 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 11 | 0.16 | 0 | 0.95 | 0.05 | 69.87 | 0.91 | 0.5 |
| Hex | CC | F2 | B | 10 | 0 | 5F | 5 | 46 | 5B | 32 |
| Octal | 314 | 362 | 13 | 20 | 0 | 137 | 5 | 106 | 133 | 62 |
| Binary | 11001100 | 11110010 | 1011 | 10000 | 0 | 1011111 | 101 | 1000110 | 1011011 | 110010 |
Color Harmonies of #CCF20B
Complementary color
Monochromatic Colors of #CCF20B
Black with #CCF20B
Text Example
Text Example
White with #CCF20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF20B; }
p { color: rgb(204,242,11); }
H1.HeaderClassName
{
color: #CCF20B;
}
.AnyTagClassName
{
color: #CCF20B;
}
</style>
background-color css
<style>
a { background-color: #CCF20B; }
a { background-color: rgb(204,242,11); }
div.DivClassName
{
background-color: #CCF20B;
}
.BgClassName
{
background-color: #CCF20B;
}
</style>
border-color css
<style>
span { border-color: #CCF20B; }
span { border-color: rgb(204,242,11); }
td.TdClassName
{
border-color: #CCF20B;
}
.TagClassName
{
border-color: #CCF20B;
}
</style>