Shades of Lime Green #1CDA1A
Tints of Lime Green #1CDA1A
RGB
CMYK
RGB Variations
Color information
#1CDA1A (or 0x1CDA1A) is known color: Lime Green. HEX triplet: 1C, DA and 1A. RGB value is (28,218,26). Sum of RGB (Red+Green+Blue) = 28+218+26=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 218 (85.55% from 255 or 80.15% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 218 - color contains mainly: green. Hex color #1CDA1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDA1A is #E325E5. Grayscale: #8B8B8B. Windows color (decimal): -14886374 or 1759772. OLE color: 1759772.
HSL color Cylindrical-coordinate representation of color #1CDA1A: hue angle of 119.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CDA1A is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 28 | 218 | 26 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.15 |
| HSL | 119.38º | 0.79% | 0.48% | - |
| HSV(B) | 119.38º | 0.88% | 0.85% | - |
| XYZ | 25.74 | 50.46 | 9.36 | - |
| YUV | 139.3 | 64.05 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 218 | 26 | 0.87 | 0 | 0.88 | 0.15 | 119.38 | 0.79 | 0.48 |
| Hex | 1C | DA | 1A | 57 | 0 | 58 | F | 77 | 4F | 30 |
| Octal | 34 | 332 | 32 | 127 | 0 | 130 | 17 | 167 | 117 | 60 |
| Binary | 11100 | 11011010 | 11010 | 1010111 | 0 | 1011000 | 1111 | 1110111 | 1001111 | 110000 |
Color Harmonies of #1CDA1A
Complementary color
Monochromatic Colors of #1CDA1A
Black with #1CDA1A
Text Example
Text Example
White with #1CDA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDA1A; }
p { color: rgb(28,218,26); }
H1.HeaderClassName
{
color: #1CDA1A;
}
.AnyTagClassName
{
color: #1CDA1A;
}
</style>
background-color css
<style>
a { background-color: #1CDA1A; }
a { background-color: rgb(28,218,26); }
div.DivClassName
{
background-color: #1CDA1A;
}
.BgClassName
{
background-color: #1CDA1A;
}
</style>
border-color css
<style>
span { border-color: #1CDA1A; }
span { border-color: rgb(28,218,26); }
td.TdClassName
{
border-color: #1CDA1A;
}
.TagClassName
{
border-color: #1CDA1A;
}
</style>