Shades of Electric Lime #CCFF1F
Tints of Electric Lime #CCFF1F
RGB
CMYK
RGB Variations
Color information
#CCFF1F (or 0xCCFF1F) is known color: Electric Lime. HEX triplet: CC, FF and 1F. RGB value is (204,255,31). Sum of RGB (Red+Green+Blue) = 204+255+31=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 31 (12.5% from 255 or 6.33% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF1F is #3300E0. Grayscale: #D7D7D7. Windows color (decimal): -3342561 or 2097100. OLE color: 2097100.
HSL color Cylindrical-coordinate representation of color #CCFF1F: hue angle of 73.66º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCFF1F is Cyan = 0.2, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 31 | - |
| CMYK | 0.2 | 0 | 0.88 | 0 |
| HSL | 73.66º | 1% | 0.56% | - |
| HSV(B) | 73.66º | 0.88% | 1% | - |
| XYZ | 60.91 | 84.46 | 14.39 | - |
| YUV | 214.22 | 24.6 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 31 | 0.2 | 0 | 0.88 | 0 | 73.66 | 1 | 0.56 |
| Hex | CC | FF | 1F | 14 | 0 | 58 | 0 | 4A | 64 | 38 |
| Octal | 314 | 377 | 37 | 24 | 0 | 130 | 0 | 112 | 144 | 70 |
| Binary | 11001100 | 11111111 | 11111 | 10100 | 0 | 1011000 | 0 | 1001010 | 1100100 | 111000 |
Color Harmonies of #CCFF1F
Complementary color
Monochromatic Colors of #CCFF1F
Black with #CCFF1F
Text Example
Text Example
White with #CCFF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF1F; }
p { color: rgb(204,255,31); }
H1.HeaderClassName
{
color: #CCFF1F;
}
.AnyTagClassName
{
color: #CCFF1F;
}
</style>
background-color css
<style>
a { background-color: #CCFF1F; }
a { background-color: rgb(204,255,31); }
div.DivClassName
{
background-color: #CCFF1F;
}
.BgClassName
{
background-color: #CCFF1F;
}
</style>
border-color css
<style>
span { border-color: #CCFF1F; }
span { border-color: rgb(204,255,31); }
td.TdClassName
{
border-color: #CCFF1F;
}
.TagClassName
{
border-color: #CCFF1F;
}
</style>