Shades of Electric Lime #CDFF1B
Tints of Electric Lime #CDFF1B
RGB
CMYK
RGB Variations
Color information
#CDFF1B (or 0xCDFF1B) is known color: Electric Lime. HEX triplet: CD, FF and 1B. RGB value is (205,255,27). Sum of RGB (Red+Green+Blue) = 205+255+27=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 27 (10.94% from 255 or 5.54% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFF1B is #3200E4. Grayscale: #D6D6D6. Windows color (decimal): -3277029 or 1834957. OLE color: 1834957.
HSL color Cylindrical-coordinate representation of color #CDFF1B: hue angle of 73.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDFF1B is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 27 | - |
| CMYK | 0.20 | 0 | 0.89 | 0 |
| HSL | 73.16º | 1% | 0.55% | - |
| HSV(B) | 73.16º | 0.89% | 1% | - |
| XYZ | 61.13 | 84.58 | 14.14 | - |
| YUV | 214.06 | 22.44 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 27 | 0.20 | 0 | 0.89 | 0 | 73.16 | 1 | 0.55 |
| Hex | CD | FF | 1B | 14 | 0 | 59 | 0 | 49 | 64 | 37 |
| Octal | 315 | 377 | 33 | 24 | 0 | 131 | 0 | 111 | 144 | 67 |
| Binary | 11001101 | 11111111 | 11011 | 10100 | 0 | 1011001 | 0 | 1001001 | 1100100 | 110111 |
Color Harmonies of #CDFF1B
Complementary color
Monochromatic Colors of #CDFF1B
Black with #CDFF1B
Text Example
Text Example
White with #CDFF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF1B; }
p { color: rgb(205,255,27); }
H1.HeaderClassName
{
color: #CDFF1B;
}
.AnyTagClassName
{
color: #CDFF1B;
}
</style>
background-color css
<style>
a { background-color: #CDFF1B; }
a { background-color: rgb(205,255,27); }
div.DivClassName
{
background-color: #CDFF1B;
}
.BgClassName
{
background-color: #CDFF1B;
}
</style>
border-color css
<style>
span { border-color: #CDFF1B; }
span { border-color: rgb(205,255,27); }
td.TdClassName
{
border-color: #CDFF1B;
}
.TagClassName
{
border-color: #CDFF1B;
}
</style>