Shades of Lime Green #1CC41B
Tints of Lime Green #1CC41B
RGB
CMYK
RGB Variations
Color information
#1CC41B (or 0x1CC41B) is known color: Lime Green. HEX triplet: 1C, C4 and 1B. RGB value is (28,196,27). Sum of RGB (Red+Green+Blue) = 28+196+27=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 196 (76.95% from 255 or 78.09% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC41B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC41B is #E33BE4. Grayscale: #7F7F7F. Windows color (decimal): -14892005 or 1819676. OLE color: 1819676.
HSL color Cylindrical-coordinate representation of color #1CC41B: hue angle of 119.64º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC41B is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 196 | 27 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.23 |
| HSL | 119.65º | 0.76% | 0.44% | - |
| HSV(B) | 119.65º | 0.86% | 0.77% | - |
| XYZ | 20.42 | 39.81 | 7.64 | - |
| YUV | 126.5 | 71.84 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 196 | 27 | 0.86 | 0 | 0.86 | 0.23 | 119.65 | 0.76 | 0.44 |
| Hex | 1C | C4 | 1B | 56 | 0 | 56 | 17 | 78 | 4C | 2C |
| Octal | 34 | 304 | 33 | 126 | 0 | 126 | 27 | 170 | 114 | 54 |
| Binary | 11100 | 11000100 | 11011 | 1010110 | 0 | 1010110 | 10111 | 1111000 | 1001100 | 101100 |
Color Harmonies of #1CC41B
Complementary color
Monochromatic Colors of #1CC41B
Black with #1CC41B
Text Example
Text Example
White with #1CC41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC41B; }
p { color: rgb(28,196,27); }
H1.HeaderClassName
{
color: #1CC41B;
}
.AnyTagClassName
{
color: #1CC41B;
}
</style>
background-color css
<style>
a { background-color: #1CC41B; }
a { background-color: rgb(28,196,27); }
div.DivClassName
{
background-color: #1CC41B;
}
.BgClassName
{
background-color: #1CC41B;
}
</style>
border-color css
<style>
span { border-color: #1CC41B; }
span { border-color: rgb(28,196,27); }
td.TdClassName
{
border-color: #1CC41B;
}
.TagClassName
{
border-color: #1CC41B;
}
</style>