Shades of Lime Green #1CD81B
Tints of Lime Green #1CD81B
RGB
CMYK
RGB Variations
Color information
#1CD81B (or 0x1CD81B) is known color: Lime Green. HEX triplet: 1C, D8 and 1B. RGB value is (28,216,27). Sum of RGB (Red+Green+Blue) = 28+216+27=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 216 (84.77% from 255 or 79.70% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 216 - color contains mainly: green. Hex color #1CD81B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD81B is #E327E4. Grayscale: #8A8A8A. Windows color (decimal): -14886885 or 1824796. OLE color: 1824796.
HSL color Cylindrical-coordinate representation of color #1CD81B: hue angle of 119.68º degrees, saturation: 0.78, 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 #1CD81B is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 28 | 216 | 27 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.15 |
| HSL | 119.68º | 0.78% | 0.48% | - |
| HSV(B) | 119.68º | 0.88% | 0.85% | - |
| XYZ | 25.23 | 49.44 | 9.25 | - |
| YUV | 138.24 | 65.22 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 216 | 27 | 0.87 | 0 | 0.88 | 0.15 | 119.68 | 0.78 | 0.48 |
| Hex | 1C | D8 | 1B | 57 | 0 | 58 | F | 78 | 4E | 30 |
| Octal | 34 | 330 | 33 | 127 | 0 | 130 | 17 | 170 | 116 | 60 |
| Binary | 11100 | 11011000 | 11011 | 1010111 | 0 | 1011000 | 1111 | 1111000 | 1001110 | 110000 |
Color Harmonies of #1CD81B
Complementary color
Monochromatic Colors of #1CD81B
Black with #1CD81B
Text Example
Text Example
White with #1CD81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD81B; }
p { color: rgb(28,216,27); }
H1.HeaderClassName
{
color: #1CD81B;
}
.AnyTagClassName
{
color: #1CD81B;
}
</style>
background-color css
<style>
a { background-color: #1CD81B; }
a { background-color: rgb(28,216,27); }
div.DivClassName
{
background-color: #1CD81B;
}
.BgClassName
{
background-color: #1CD81B;
}
</style>
border-color css
<style>
span { border-color: #1CD81B; }
span { border-color: rgb(28,216,27); }
td.TdClassName
{
border-color: #1CD81B;
}
.TagClassName
{
border-color: #1CD81B;
}
</style>