Shades of Lime Green #1CDF21
Tints of Lime Green #1CDF21
RGB
CMYK
RGB Variations
Color information
#1CDF21 (or 0x1CDF21) is known color: Lime Green. HEX triplet: 1C, DF and 21. RGB value is (28,223,33). Sum of RGB (Red+Green+Blue) = 28+223+33=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 223 (87.5% from 255 or 78.52% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDF21 is #E320DE. Grayscale: #8F8F8F. Windows color (decimal): -14885087 or 2219804. OLE color: 2219804.
HSL color Cylindrical-coordinate representation of color #1CDF21: hue angle of 121.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDF21 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 223 | 33 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.13 |
| HSL | 121.54º | 0.78% | 0.49% | - |
| HSV(B) | 121.54º | 0.87% | 0.87% | - |
| XYZ | 27.14 | 53.13 | 10.26 | - |
| YUV | 143.04 | 65.9 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 223 | 33 | 0.87 | 0 | 0.85 | 0.13 | 121.54 | 0.78 | 0.49 |
| Hex | 1C | DF | 21 | 57 | 0 | 55 | D | 7A | 4E | 31 |
| Octal | 34 | 337 | 41 | 127 | 0 | 125 | 15 | 172 | 116 | 61 |
| Binary | 11100 | 11011111 | 100001 | 1010111 | 0 | 1010101 | 1101 | 1111010 | 1001110 | 110001 |
Color Harmonies of #1CDF21
Complementary color
Monochromatic Colors of #1CDF21
Black with #1CDF21
Text Example
Text Example
White with #1CDF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDF21; }
p { color: rgb(28,223,33); }
H1.HeaderClassName
{
color: #1CDF21;
}
.AnyTagClassName
{
color: #1CDF21;
}
</style>
background-color css
<style>
a { background-color: #1CDF21; }
a { background-color: rgb(28,223,33); }
div.DivClassName
{
background-color: #1CDF21;
}
.BgClassName
{
background-color: #1CDF21;
}
</style>
border-color css
<style>
span { border-color: #1CDF21; }
span { border-color: rgb(28,223,33); }
td.TdClassName
{
border-color: #1CDF21;
}
.TagClassName
{
border-color: #1CDF21;
}
</style>