Shades of Lime Green #1CDA19
Tints of Lime Green #1CDA19
RGB
CMYK
RGB Variations
Color information
#1CDA19 (or 0x1CDA19) is known color: Lime Green. HEX triplet: 1C, DA and 19. RGB value is (28,218,25). Sum of RGB (Red+Green+Blue) = 28+218+25=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 218 (85.55% from 255 or 80.44% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 218 - color contains mainly: green. Hex color #1CDA19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CDA19 is #E325E6. Grayscale: #8B8B8B. Windows color (decimal): -14886375 or 1694236. OLE color: 1694236.
HSL color Cylindrical-coordinate representation of color #1CDA19: hue angle of 119.07º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CDA19 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 28 | 218 | 25 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.15 |
| HSL | 119.07º | 0.79% | 0.48% | - |
| HSV(B) | 119.07º | 0.89% | 0.85% | - |
| XYZ | 25.73 | 50.46 | 9.3 | - |
| YUV | 139.19 | 63.55 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 218 | 25 | 0.87 | 0 | 0.89 | 0.15 | 119.07 | 0.79 | 0.48 |
| Hex | 1C | DA | 19 | 57 | 0 | 59 | F | 77 | 4F | 30 |
| Octal | 34 | 332 | 31 | 127 | 0 | 131 | 17 | 167 | 117 | 60 |
| Binary | 11100 | 11011010 | 11001 | 1010111 | 0 | 1011001 | 1111 | 1110111 | 1001111 | 110000 |
Color Harmonies of #1CDA19
Complementary color
Monochromatic Colors of #1CDA19
Black with #1CDA19
Text Example
Text Example
White with #1CDA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDA19; }
p { color: rgb(28,218,25); }
H1.HeaderClassName
{
color: #1CDA19;
}
.AnyTagClassName
{
color: #1CDA19;
}
</style>
background-color css
<style>
a { background-color: #1CDA19; }
a { background-color: rgb(28,218,25); }
div.DivClassName
{
background-color: #1CDA19;
}
.BgClassName
{
background-color: #1CDA19;
}
</style>
border-color css
<style>
span { border-color: #1CDA19; }
span { border-color: rgb(28,218,25); }
td.TdClassName
{
border-color: #1CDA19;
}
.TagClassName
{
border-color: #1CDA19;
}
</style>