Shades of Electric Lime #CCF319
Tints of Electric Lime #CCF319
RGB
CMYK
RGB Variations
Color information
#CCF319 (or 0xCCF319) is known color: Electric Lime. HEX triplet: CC, F3 and 19. RGB value is (204,243,25). Sum of RGB (Red+Green+Blue) = 204+243+25=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 243 (95.31% from 255 or 51.48% from 472); Blue value is 25 (10.16% from 255 or 5.30% from 472); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF319 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF319 is #330CE6. Grayscale: #CFCFCF. Windows color (decimal): -3345639 or 1700812. OLE color: 1700812.
HSL color Cylindrical-coordinate representation of color #CCF319: hue angle of 70.73º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCF319 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 25 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.05 |
| HSL | 70.73º | 0.9% | 0.53% | - |
| HSV(B) | 70.73º | 0.9% | 0.95% | - |
| XYZ | 57.13 | 77.01 | 12.77 | - |
| YUV | 206.49 | 25.58 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 25 | 0.16 | 0 | 0.90 | 0.05 | 70.73 | 0.9 | 0.53 |
| Hex | CC | F3 | 19 | 10 | 0 | 5A | 5 | 47 | 5A | 35 |
| Octal | 314 | 363 | 31 | 20 | 0 | 132 | 5 | 107 | 132 | 65 |
| Binary | 11001100 | 11110011 | 11001 | 10000 | 0 | 1011010 | 101 | 1000111 | 1011010 | 110101 |
Color Harmonies of #CCF319
Complementary color
Monochromatic Colors of #CCF319
Black with #CCF319
Text Example
Text Example
White with #CCF319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF319; }
p { color: rgb(204,243,25); }
H1.HeaderClassName
{
color: #CCF319;
}
.AnyTagClassName
{
color: #CCF319;
}
</style>
background-color css
<style>
a { background-color: #CCF319; }
a { background-color: rgb(204,243,25); }
div.DivClassName
{
background-color: #CCF319;
}
.BgClassName
{
background-color: #CCF319;
}
</style>
border-color css
<style>
span { border-color: #CCF319; }
span { border-color: rgb(204,243,25); }
td.TdClassName
{
border-color: #CCF319;
}
.TagClassName
{
border-color: #CCF319;
}
</style>