Shades of Electric Lime #CDF81B
Tints of Electric Lime #CDF81B
RGB
CMYK
RGB Variations
Color information
#CDF81B (or 0xCDF81B) is known color: Electric Lime. HEX triplet: CD, F8 and 1B. RGB value is (205,248,27). Sum of RGB (Red+Green+Blue) = 205+248+27=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 248 (97.27% from 255 or 51.67% from 480); Blue value is 27 (10.94% from 255 or 5.62% from 480); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF81B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF81B is #3207E4. Grayscale: #D2D2D2. Windows color (decimal): -3278821 or 1833165. OLE color: 1833165.
HSL color Cylindrical-coordinate representation of color #CDF81B: hue angle of 71.67º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDF81B is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 27 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.03 |
| HSL | 71.67º | 0.94% | 0.54% | - |
| HSV(B) | 71.67º | 0.89% | 0.97% | - |
| XYZ | 58.94 | 80.19 | 13.41 | - |
| YUV | 209.95 | 24.75 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 27 | 0.17 | 0 | 0.89 | 0.03 | 71.67 | 0.94 | 0.54 |
| Hex | CD | F8 | 1B | 11 | 0 | 59 | 3 | 48 | 5E | 36 |
| Octal | 315 | 370 | 33 | 21 | 0 | 131 | 3 | 110 | 136 | 66 |
| Binary | 11001101 | 11111000 | 11011 | 10001 | 0 | 1011001 | 11 | 1001000 | 1011110 | 110110 |
Color Harmonies of #CDF81B
Complementary color
Monochromatic Colors of #CDF81B
Black with #CDF81B
Text Example
Text Example
White with #CDF81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF81B; }
p { color: rgb(205,248,27); }
H1.HeaderClassName
{
color: #CDF81B;
}
.AnyTagClassName
{
color: #CDF81B;
}
</style>
background-color css
<style>
a { background-color: #CDF81B; }
a { background-color: rgb(205,248,27); }
div.DivClassName
{
background-color: #CDF81B;
}
.BgClassName
{
background-color: #CDF81B;
}
</style>
border-color css
<style>
span { border-color: #CDF81B; }
span { border-color: rgb(205,248,27); }
td.TdClassName
{
border-color: #CDF81B;
}
.TagClassName
{
border-color: #CDF81B;
}
</style>