Shades of Electric Lime #CCF10B
Tints of Electric Lime #CCF10B
RGB
CMYK
RGB Variations
Color information
#CCF10B (or 0xCCF10B) is known color: Electric Lime. HEX triplet: CC, F1 and 0B. RGB value is (204,241,11). Sum of RGB (Red+Green+Blue) = 204+241+11=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF10B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF10B is #330EF4. Grayscale: #CCCCCC. Windows color (decimal): -3346165 or 782796. OLE color: 782796.
HSL color Cylindrical-coordinate representation of color #CCF10B: hue angle of 69.65º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCF10B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 11 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.05 |
| HSL | 69.65º | 0.91% | 0.49% | - |
| HSV(B) | 69.65º | 0.95% | 0.95% | - |
| XYZ | 56.42 | 75.77 | 11.97 | - |
| YUV | 203.72 | 19.24 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 11 | 0.15 | 0 | 0.95 | 0.05 | 69.65 | 0.91 | 0.49 |
| Hex | CC | F1 | B | F | 0 | 5F | 5 | 46 | 5B | 31 |
| Octal | 314 | 361 | 13 | 17 | 0 | 137 | 5 | 106 | 133 | 61 |
| Binary | 11001100 | 11110001 | 1011 | 1111 | 0 | 1011111 | 101 | 1000110 | 1011011 | 110001 |
Color Harmonies of #CCF10B
Complementary color
Monochromatic Colors of #CCF10B
Black with #CCF10B
Text Example
Text Example
White with #CCF10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF10B; }
p { color: rgb(204,241,11); }
H1.HeaderClassName
{
color: #CCF10B;
}
.AnyTagClassName
{
color: #CCF10B;
}
</style>
background-color css
<style>
a { background-color: #CCF10B; }
a { background-color: rgb(204,241,11); }
div.DivClassName
{
background-color: #CCF10B;
}
.BgClassName
{
background-color: #CCF10B;
}
</style>
border-color css
<style>
span { border-color: #CCF10B; }
span { border-color: rgb(204,241,11); }
td.TdClassName
{
border-color: #CCF10B;
}
.TagClassName
{
border-color: #CCF10B;
}
</style>