Shades of Electric Lime #CFF309
Tints of Electric Lime #CFF309
RGB
CMYK
RGB Variations
Color information
#CFF309 (or 0xCFF309) is known color: Electric Lime. HEX triplet: CF, F3 and 09. RGB value is (207,243,9). Sum of RGB (Red+Green+Blue) = 207+243+9=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 243 (95.31% from 255 or 52.94% from 459); Blue value is 9 (3.91% from 255 or 1.96% from 459); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF309 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF309 is #300CF6. Grayscale: #CECECE. Windows color (decimal): -3149047 or 652239. OLE color: 652239.
HSL color Cylindrical-coordinate representation of color #CFF309: hue angle of 69.23º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFF309 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 9 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.05 |
| HSL | 69.23º | 0.93% | 0.49% | - |
| HSV(B) | 69.23º | 0.96% | 0.95% | - |
| XYZ | 57.83 | 77.39 | 12.15 | - |
| YUV | 205.56 | 17.07 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 9 | 0.15 | 0 | 0.96 | 0.05 | 69.23 | 0.93 | 0.49 |
| Hex | CF | F3 | 9 | F | 0 | 60 | 5 | 45 | 5D | 31 |
| Octal | 317 | 363 | 11 | 17 | 0 | 140 | 5 | 105 | 135 | 61 |
| Binary | 11001111 | 11110011 | 1001 | 1111 | 0 | 1100000 | 101 | 1000101 | 1011101 | 110001 |
Color Harmonies of #CFF309
Complementary color
Monochromatic Colors of #CFF309
Black with #CFF309
Text Example
Text Example
White with #CFF309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF309; }
p { color: rgb(207,243,9); }
H1.HeaderClassName
{
color: #CFF309;
}
.AnyTagClassName
{
color: #CFF309;
}
</style>
background-color css
<style>
a { background-color: #CFF309; }
a { background-color: rgb(207,243,9); }
div.DivClassName
{
background-color: #CFF309;
}
.BgClassName
{
background-color: #CFF309;
}
</style>
border-color css
<style>
span { border-color: #CFF309; }
span { border-color: rgb(207,243,9); }
td.TdClassName
{
border-color: #CFF309;
}
.TagClassName
{
border-color: #CFF309;
}
</style>