Shades of Lime Green #1CC21F
Tints of Lime Green #1CC21F
RGB
CMYK
RGB Variations
Color information
#1CC21F (or 0x1CC21F) is known color: Lime Green. HEX triplet: 1C, C2 and 1F. RGB value is (28,194,31). Sum of RGB (Red+Green+Blue) = 28+194+31=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 194 (76.17% from 255 or 76.68% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC21F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC21F is #E33DE0. Grayscale: #7E7E7E. Windows color (decimal): -14892513 or 2081308. OLE color: 2081308.
HSL color Cylindrical-coordinate representation of color #1CC21F: hue angle of 121.08º 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 #1CC21F is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 31 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.24 |
| HSL | 121.08º | 0.75% | 0.44% | - |
| HSV(B) | 121.08º | 0.86% | 0.76% | - |
| XYZ | 20.02 | 38.93 | 7.76 | - |
| YUV | 125.78 | 74.5 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 31 | 0.86 | 0 | 0.84 | 0.24 | 121.08 | 0.75 | 0.44 |
| Hex | 1C | C2 | 1F | 56 | 0 | 54 | 18 | 79 | 4B | 2C |
| Octal | 34 | 302 | 37 | 126 | 0 | 124 | 30 | 171 | 113 | 54 |
| Binary | 11100 | 11000010 | 11111 | 1010110 | 0 | 1010100 | 11000 | 1111001 | 1001011 | 101100 |
Color Harmonies of #1CC21F
Complementary color
Monochromatic Colors of #1CC21F
Black with #1CC21F
Text Example
Text Example
White with #1CC21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC21F; }
p { color: rgb(28,194,31); }
H1.HeaderClassName
{
color: #1CC21F;
}
.AnyTagClassName
{
color: #1CC21F;
}
</style>
background-color css
<style>
a { background-color: #1CC21F; }
a { background-color: rgb(28,194,31); }
div.DivClassName
{
background-color: #1CC21F;
}
.BgClassName
{
background-color: #1CC21F;
}
</style>
border-color css
<style>
span { border-color: #1CC21F; }
span { border-color: rgb(28,194,31); }
td.TdClassName
{
border-color: #1CC21F;
}
.TagClassName
{
border-color: #1CC21F;
}
</style>