Shades of Electric Lime #CFF305
Tints of Electric Lime #CFF305
RGB
CMYK
RGB Variations
Color information
#CFF305 (or 0xCFF305) is known color: Electric Lime. HEX triplet: CF, F3 and 05. RGB value is (207,243,5). Sum of RGB (Red+Green+Blue) = 207+243+5=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 243 (95.31% from 255 or 53.41% from 455); Blue value is 5 (2.34% from 255 or 1.10% from 455); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF305 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF305 is #300CFA. Grayscale: #CECECE. Windows color (decimal): -3149051 or 390095. OLE color: 390095.
HSL color Cylindrical-coordinate representation of color #CFF305: hue angle of 69.08º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFF305 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 5 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.05 |
| HSL | 69.08º | 0.96% | 0.49% | - |
| HSV(B) | 69.08º | 0.98% | 0.95% | - |
| XYZ | 57.81 | 77.38 | 12.03 | - |
| YUV | 205.1 | 15.07 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 5 | 0.15 | 0 | 0.98 | 0.05 | 69.08 | 0.96 | 0.49 |
| Hex | CF | F3 | 5 | F | 0 | 62 | 5 | 45 | 60 | 31 |
| Octal | 317 | 363 | 5 | 17 | 0 | 142 | 5 | 105 | 140 | 61 |
| Binary | 11001111 | 11110011 | 101 | 1111 | 0 | 1100010 | 101 | 1000101 | 1100000 | 110001 |
Color Harmonies of #CFF305
Complementary color
Monochromatic Colors of #CFF305
Black with #CFF305
Text Example
Text Example
White with #CFF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF305; }
p { color: rgb(207,243,5); }
H1.HeaderClassName
{
color: #CFF305;
}
.AnyTagClassName
{
color: #CFF305;
}
</style>
background-color css
<style>
a { background-color: #CFF305; }
a { background-color: rgb(207,243,5); }
div.DivClassName
{
background-color: #CFF305;
}
.BgClassName
{
background-color: #CFF305;
}
</style>
border-color css
<style>
span { border-color: #CFF305; }
span { border-color: rgb(207,243,5); }
td.TdClassName
{
border-color: #CFF305;
}
.TagClassName
{
border-color: #CFF305;
}
</style>