Shades of Electric Lime #CCFF19
Tints of Electric Lime #CCFF19
RGB
CMYK
RGB Variations
Color information
#CCFF19 (or 0xCCFF19) is known color: Electric Lime. HEX triplet: CC, FF and 19. RGB value is (204,255,25). Sum of RGB (Red+Green+Blue) = 204+255+25=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 25 (10.16% from 255 or 5.17% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFF19 is #3300E6. Grayscale: #D6D6D6. Windows color (decimal): -3342567 or 1703884. OLE color: 1703884.
HSL color Cylindrical-coordinate representation of color #CCFF19: hue angle of 73.3º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCFF19 is Cyan = 0.2, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 25 | - |
| CMYK | 0.2 | 0 | 0.90 | 0 |
| HSL | 73.3º | 1% | 0.55% | - |
| HSV(B) | 73.3º | 0.9% | 1% | - |
| XYZ | 60.84 | 84.43 | 14.01 | - |
| YUV | 213.53 | 21.6 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 25 | 0.2 | 0 | 0.90 | 0 | 73.3 | 1 | 0.55 |
| Hex | CC | FF | 19 | 14 | 0 | 5A | 0 | 49 | 64 | 37 |
| Octal | 314 | 377 | 31 | 24 | 0 | 132 | 0 | 111 | 144 | 67 |
| Binary | 11001100 | 11111111 | 11001 | 10100 | 0 | 1011010 | 0 | 1001001 | 1100100 | 110111 |
Color Harmonies of #CCFF19
Complementary color
Monochromatic Colors of #CCFF19
Black with #CCFF19
Text Example
Text Example
White with #CCFF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF19; }
p { color: rgb(204,255,25); }
H1.HeaderClassName
{
color: #CCFF19;
}
.AnyTagClassName
{
color: #CCFF19;
}
</style>
background-color css
<style>
a { background-color: #CCFF19; }
a { background-color: rgb(204,255,25); }
div.DivClassName
{
background-color: #CCFF19;
}
.BgClassName
{
background-color: #CCFF19;
}
</style>
border-color css
<style>
span { border-color: #CCFF19; }
span { border-color: rgb(204,255,25); }
td.TdClassName
{
border-color: #CCFF19;
}
.TagClassName
{
border-color: #CCFF19;
}
</style>