Shades of Electric Lime #CDFD1B
Tints of Electric Lime #CDFD1B
RGB
CMYK
RGB Variations
Color information
#CDFD1B (or 0xCDFD1B) is known color: Electric Lime. HEX triplet: CD, FD and 1B. RGB value is (205,253,27). Sum of RGB (Red+Green+Blue) = 205+253+27=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 27 (10.94% from 255 or 5.57% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFD1B is #3202E4. Grayscale: #D5D5D5. Windows color (decimal): -3277541 or 1834445. OLE color: 1834445.
HSL color Cylindrical-coordinate representation of color #CDFD1B: hue angle of 72.74º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDFD1B is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 27 | - |
CMYK | 0.19 | 0 | 0.89 | 0.01 |
HSL | 72.74º | 0.98% | 0.55% | - |
HSV(B) | 72.74º | 0.89% | 0.99% | - |
XYZ | 60.5 | 83.31 | 13.93 | - |
YUV | 212.88 | 23.1 | 122.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 27 | 0.19 | 0 | 0.89 | 0.01 | 72.74 | 0.98 | 0.55 |
Hex | CD | FD | 1B | 13 | 0 | 59 | 1 | 49 | 62 | 37 |
Octal | 315 | 375 | 33 | 23 | 0 | 131 | 1 | 111 | 142 | 67 |
Binary | 11001101 | 11111101 | 11011 | 10011 | 0 | 1011001 | 1 | 1001001 | 1100010 | 110111 |
Color Harmonies of #CDFD1B
Complementary color
Monochromatic Colors of #CDFD1B
Black with #CDFD1B
Text Example
Text Example
White with #CDFD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFD1B; }
p { color: rgb(205,253,27); }
H1.HeaderClassName
{
color: #CDFD1B;
}
.AnyTagClassName
{
color: #CDFD1B;
}
</style>
background-color css
<style>
a { background-color: #CDFD1B; }
a { background-color: rgb(205,253,27); }
div.DivClassName
{
background-color: #CDFD1B;
}
.BgClassName
{
background-color: #CDFD1B;
}
</style>
border-color css
<style>
span { border-color: #CDFD1B; }
span { border-color: rgb(205,253,27); }
td.TdClassName
{
border-color: #CDFD1B;
}
.TagClassName
{
border-color: #CDFD1B;
}
</style>