Shades of Lime Green #1CDB3A
Tints of Lime Green #1CDB3A
RGB
CMYK
RGB Variations
Color information
#1CDB3A (or 0x1CDB3A) is known color: Lime Green. HEX triplet: 1C, DB and 3A. RGB value is (28,219,58). Sum of RGB (Red+Green+Blue) = 28+219+58=305 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.18% from 305); Green value is 219 (85.94% from 255 or 71.80% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 219 - color contains mainly: green. Hex color #1CDB3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDB3A is #E324C5. Grayscale: #8F8F8F. Windows color (decimal): -14886086 or 3857180. OLE color: 3857180.
HSL color Cylindrical-coordinate representation of color #1CDB3A: hue angle of 129.42º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDB3A is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 219 | 58 | - |
| CMYK | 0.87 | 0 | 0.74 | 0.14 |
| HSL | 129.42º | 0.77% | 0.48% | - |
| HSV(B) | 129.42º | 0.87% | 0.86% | - |
| XYZ | 26.57 | 51.22 | 12.49 | - |
| YUV | 143.54 | 79.72 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 219 | 58 | 0.87 | 0 | 0.74 | 0.14 | 129.42 | 0.77 | 0.48 |
| Hex | 1C | DB | 3A | 57 | 0 | 4A | E | 81 | 4D | 30 |
| Octal | 34 | 333 | 72 | 127 | 0 | 112 | 16 | 201 | 115 | 60 |
| Binary | 11100 | 11011011 | 111010 | 1010111 | 0 | 1001010 | 1110 | 10000001 | 1001101 | 110000 |
Color Harmonies of #1CDB3A
Complementary color
Monochromatic Colors of #1CDB3A
Black with #1CDB3A
Text Example
Text Example
White with #1CDB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDB3A; }
p { color: rgb(28,219,58); }
H1.HeaderClassName
{
color: #1CDB3A;
}
.AnyTagClassName
{
color: #1CDB3A;
}
</style>
background-color css
<style>
a { background-color: #1CDB3A; }
a { background-color: rgb(28,219,58); }
div.DivClassName
{
background-color: #1CDB3A;
}
.BgClassName
{
background-color: #1CDB3A;
}
</style>
border-color css
<style>
span { border-color: #1CDB3A; }
span { border-color: rgb(28,219,58); }
td.TdClassName
{
border-color: #1CDB3A;
}
.TagClassName
{
border-color: #1CDB3A;
}
</style>