Shades of Electric Lime #CDE90C
Tints of Electric Lime #CDE90C
RGB
CMYK
RGB Variations
Color information
#CDE90C (or 0xCDE90C) is known color: Electric Lime. HEX triplet: CD, E9 and 0C. RGB value is (205,233,12). Sum of RGB (Red+Green+Blue) = 205+233+12=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 233 (91.41% from 255 or 51.78% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE90C is #3216F3. Grayscale: #C8C8C8. Windows color (decimal): -3282676 or 846285. OLE color: 846285.
HSL color Cylindrical-coordinate representation of color #CDE90C: hue angle of 67.6º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDE90C is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 12 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.09 |
| HSL | 67.6º | 0.9% | 0.48% | - |
| HSV(B) | 67.6º | 0.95% | 0.91% | - |
| XYZ | 54.38 | 71.28 | 11.24 | - |
| YUV | 199.43 | 22.22 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 12 | 0.12 | 0 | 0.95 | 0.09 | 67.6 | 0.9 | 0.48 |
| Hex | CD | E9 | C | C | 0 | 5F | 9 | 44 | 5A | 30 |
| Octal | 315 | 351 | 14 | 14 | 0 | 137 | 11 | 104 | 132 | 60 |
| Binary | 11001101 | 11101001 | 1100 | 1100 | 0 | 1011111 | 1001 | 1000100 | 1011010 | 110000 |
Color Harmonies of #CDE90C
Complementary color
Monochromatic Colors of #CDE90C
Black with #CDE90C
Text Example
Text Example
White with #CDE90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE90C; }
p { color: rgb(205,233,12); }
H1.HeaderClassName
{
color: #CDE90C;
}
.AnyTagClassName
{
color: #CDE90C;
}
</style>
background-color css
<style>
a { background-color: #CDE90C; }
a { background-color: rgb(205,233,12); }
div.DivClassName
{
background-color: #CDE90C;
}
.BgClassName
{
background-color: #CDE90C;
}
</style>
border-color css
<style>
span { border-color: #CDE90C; }
span { border-color: rgb(205,233,12); }
td.TdClassName
{
border-color: #CDE90C;
}
.TagClassName
{
border-color: #CDE90C;
}
</style>