Shades of Electric Lime #CCF81E
Tints of Electric Lime #CCF81E
RGB
CMYK
RGB Variations
Color information
#CCF81E (or 0xCCF81E) is known color: Electric Lime. HEX triplet: CC, F8 and 1E. RGB value is (204,248,30). Sum of RGB (Red+Green+Blue) = 204+248+30=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 248 (97.27% from 255 or 51.45% from 482); Blue value is 30 (12.11% from 255 or 6.22% from 482); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF81E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF81E is #3307E1. Grayscale: #D2D2D2. Windows color (decimal): -3344354 or 2029772. OLE color: 2029772.
HSL color Cylindrical-coordinate representation of color #CCF81E: hue angle of 72.11º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCF81E is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 30 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.03 |
| HSL | 72.11º | 0.94% | 0.55% | - |
| HSV(B) | 72.11º | 0.88% | 0.97% | - |
| XYZ | 58.7 | 80.07 | 13.59 | - |
| YUV | 209.99 | 26.42 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 30 | 0.18 | 0 | 0.88 | 0.03 | 72.11 | 0.94 | 0.55 |
| Hex | CC | F8 | 1E | 12 | 0 | 58 | 3 | 48 | 5E | 37 |
| Octal | 314 | 370 | 36 | 22 | 0 | 130 | 3 | 110 | 136 | 67 |
| Binary | 11001100 | 11111000 | 11110 | 10010 | 0 | 1011000 | 11 | 1001000 | 1011110 | 110111 |
Color Harmonies of #CCF81E
Complementary color
Monochromatic Colors of #CCF81E
Black with #CCF81E
Text Example
Text Example
White with #CCF81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF81E; }
p { color: rgb(204,248,30); }
H1.HeaderClassName
{
color: #CCF81E;
}
.AnyTagClassName
{
color: #CCF81E;
}
</style>
background-color css
<style>
a { background-color: #CCF81E; }
a { background-color: rgb(204,248,30); }
div.DivClassName
{
background-color: #CCF81E;
}
.BgClassName
{
background-color: #CCF81E;
}
</style>
border-color css
<style>
span { border-color: #CCF81E; }
span { border-color: rgb(204,248,30); }
td.TdClassName
{
border-color: #CCF81E;
}
.TagClassName
{
border-color: #CCF81E;
}
</style>