Shades of Electric Lime #CCE309
Tints of Electric Lime #CCE309
RGB
CMYK
RGB Variations
Color information
#CCE309 (or 0xCCE309) is known color: Electric Lime. HEX triplet: CC, E3 and 09. RGB value is (204,227,9). Sum of RGB (Red+Green+Blue) = 204+227+9=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 227 (89.06% from 255 or 51.59% from 440); Blue value is 9 (3.91% from 255 or 2.05% from 440); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE309 is #331CF6. Grayscale: #C4C4C4. Windows color (decimal): -3349751 or 648140. OLE color: 648140.
HSL color Cylindrical-coordinate representation of color #CCE309: hue angle of 66.33º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCE309 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 9 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.11 |
| HSL | 66.33º | 0.92% | 0.46% | - |
| HSV(B) | 66.33º | 0.96% | 0.89% | - |
| XYZ | 52.42 | 67.8 | 10.58 | - |
| YUV | 195.27 | 22.88 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 9 | 0.10 | 0 | 0.96 | 0.11 | 66.33 | 0.92 | 0.46 |
| Hex | CC | E3 | 9 | A | 0 | 60 | B | 42 | 5C | 2E |
| Octal | 314 | 343 | 11 | 12 | 0 | 140 | 13 | 102 | 134 | 56 |
| Binary | 11001100 | 11100011 | 1001 | 1010 | 0 | 1100000 | 1011 | 1000010 | 1011100 | 101110 |
Color Harmonies of #CCE309
Complementary color
Monochromatic Colors of #CCE309
Black with #CCE309
Text Example
Text Example
White with #CCE309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE309; }
p { color: rgb(204,227,9); }
H1.HeaderClassName
{
color: #CCE309;
}
.AnyTagClassName
{
color: #CCE309;
}
</style>
background-color css
<style>
a { background-color: #CCE309; }
a { background-color: rgb(204,227,9); }
div.DivClassName
{
background-color: #CCE309;
}
.BgClassName
{
background-color: #CCE309;
}
</style>
border-color css
<style>
span { border-color: #CCE309; }
span { border-color: rgb(204,227,9); }
td.TdClassName
{
border-color: #CCE309;
}
.TagClassName
{
border-color: #CCE309;
}
</style>