Shades of Lime Green #1CC31E
Tints of Lime Green #1CC31E
RGB
CMYK
RGB Variations
Color information
#1CC31E (or 0x1CC31E) is known color: Lime Green. HEX triplet: 1C, C3 and 1E. RGB value is (28,195,30). Sum of RGB (Red+Green+Blue) = 28+195+30=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 195 (76.56% from 255 or 77.08% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC31E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC31E is #E33CE1. Grayscale: #7E7E7E. Windows color (decimal): -14892258 or 2016028. OLE color: 2016028.
HSL color Cylindrical-coordinate representation of color #1CC31E: hue angle of 120.72º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC31E is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 195 | 30 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.24 |
| HSL | 120.72º | 0.75% | 0.44% | - |
| HSV(B) | 120.72º | 0.86% | 0.76% | - |
| XYZ | 20.23 | 39.37 | 7.76 | - |
| YUV | 126.26 | 73.67 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 195 | 30 | 0.86 | 0 | 0.85 | 0.24 | 120.72 | 0.75 | 0.44 |
| Hex | 1C | C3 | 1E | 56 | 0 | 55 | 18 | 79 | 4B | 2C |
| Octal | 34 | 303 | 36 | 126 | 0 | 125 | 30 | 171 | 113 | 54 |
| Binary | 11100 | 11000011 | 11110 | 1010110 | 0 | 1010101 | 11000 | 1111001 | 1001011 | 101100 |
Color Harmonies of #1CC31E
Complementary color
Monochromatic Colors of #1CC31E
Black with #1CC31E
Text Example
Text Example
White with #1CC31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC31E; }
p { color: rgb(28,195,30); }
H1.HeaderClassName
{
color: #1CC31E;
}
.AnyTagClassName
{
color: #1CC31E;
}
</style>
background-color css
<style>
a { background-color: #1CC31E; }
a { background-color: rgb(28,195,30); }
div.DivClassName
{
background-color: #1CC31E;
}
.BgClassName
{
background-color: #1CC31E;
}
</style>
border-color css
<style>
span { border-color: #1CC31E; }
span { border-color: rgb(28,195,30); }
td.TdClassName
{
border-color: #1CC31E;
}
.TagClassName
{
border-color: #1CC31E;
}
</style>