Shades of Electric Lime #CDF919
Tints of Electric Lime #CDF919
RGB
CMYK
RGB Variations
Color information
#CDF919 (or 0xCDF919) is known color: Electric Lime. HEX triplet: CD, F9 and 19. RGB value is (205,249,25). Sum of RGB (Red+Green+Blue) = 205+249+25=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 25 (10.16% from 255 or 5.22% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF919 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF919 is #3206E6. Grayscale: #D3D3D3. Windows color (decimal): -3278567 or 1702349. OLE color: 1702349.
HSL color Cylindrical-coordinate representation of color #CDF919: hue angle of 71.79º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDF919 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 25 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.02 |
| HSL | 71.79º | 0.95% | 0.54% | - |
| HSV(B) | 71.79º | 0.9% | 0.98% | - |
| XYZ | 59.23 | 80.8 | 13.39 | - |
| YUV | 210.31 | 23.42 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 25 | 0.18 | 0 | 0.90 | 0.02 | 71.79 | 0.95 | 0.54 |
| Hex | CD | F9 | 19 | 12 | 0 | 5A | 2 | 48 | 5F | 36 |
| Octal | 315 | 371 | 31 | 22 | 0 | 132 | 2 | 110 | 137 | 66 |
| Binary | 11001101 | 11111001 | 11001 | 10010 | 0 | 1011010 | 10 | 1001000 | 1011111 | 110110 |
Color Harmonies of #CDF919
Complementary color
Monochromatic Colors of #CDF919
Black with #CDF919
Text Example
Text Example
White with #CDF919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF919; }
p { color: rgb(205,249,25); }
H1.HeaderClassName
{
color: #CDF919;
}
.AnyTagClassName
{
color: #CDF919;
}
</style>
background-color css
<style>
a { background-color: #CDF919; }
a { background-color: rgb(205,249,25); }
div.DivClassName
{
background-color: #CDF919;
}
.BgClassName
{
background-color: #CDF919;
}
</style>
border-color css
<style>
span { border-color: #CDF919; }
span { border-color: rgb(205,249,25); }
td.TdClassName
{
border-color: #CDF919;
}
.TagClassName
{
border-color: #CDF919;
}
</style>