Shades of Electric Lime #CCF91A
Tints of Electric Lime #CCF91A
RGB
CMYK
RGB Variations
Color information
#CCF91A (or 0xCCF91A) is known color: Electric Lime. HEX triplet: CC, F9 and 1A. RGB value is (204,249,26). Sum of RGB (Red+Green+Blue) = 204+249+26=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 26 (10.55% from 255 or 5.43% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF91A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF91A is #3306E5. Grayscale: #D2D2D2. Windows color (decimal): -3344102 or 1767884. OLE color: 1767884.
HSL color Cylindrical-coordinate representation of color #CCF91A: hue angle of 72.11º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCF91A is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 26 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.02 |
| HSL | 72.11º | 0.95% | 0.54% | - |
| HSV(B) | 72.11º | 0.9% | 0.98% | - |
| XYZ | 58.96 | 80.66 | 13.44 | - |
| YUV | 210.12 | 24.09 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 26 | 0.18 | 0 | 0.90 | 0.02 | 72.11 | 0.95 | 0.54 |
| Hex | CC | F9 | 1A | 12 | 0 | 5A | 2 | 48 | 5F | 36 |
| Octal | 314 | 371 | 32 | 22 | 0 | 132 | 2 | 110 | 137 | 66 |
| Binary | 11001100 | 11111001 | 11010 | 10010 | 0 | 1011010 | 10 | 1001000 | 1011111 | 110110 |
Color Harmonies of #CCF91A
Complementary color
Monochromatic Colors of #CCF91A
Black with #CCF91A
Text Example
Text Example
White with #CCF91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF91A; }
p { color: rgb(204,249,26); }
H1.HeaderClassName
{
color: #CCF91A;
}
.AnyTagClassName
{
color: #CCF91A;
}
</style>
background-color css
<style>
a { background-color: #CCF91A; }
a { background-color: rgb(204,249,26); }
div.DivClassName
{
background-color: #CCF91A;
}
.BgClassName
{
background-color: #CCF91A;
}
</style>
border-color css
<style>
span { border-color: #CCF91A; }
span { border-color: rgb(204,249,26); }
td.TdClassName
{
border-color: #CCF91A;
}
.TagClassName
{
border-color: #CCF91A;
}
</style>