Shades of Lime Green #1CB92F
Tints of Lime Green #1CB92F
RGB
CMYK
RGB Variations
Color information
#1CB92F (or 0x1CB92F) is known color: Lime Green. HEX triplet: 1C, B9 and 2F. RGB value is (28,185,47). Sum of RGB (Red+Green+Blue) = 28+185+47=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 185 (72.66% from 255 or 71.15% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 185 - color contains mainly: green. Hex color #1CB92F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB92F is #E346D0. Grayscale: #7A7A7A. Windows color (decimal): -14894801 or 3127580. OLE color: 3127580.
HSL color Cylindrical-coordinate representation of color #1CB92F: hue angle of 127.26º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB92F is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 185 | 47 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.27 |
| HSL | 127.26º | 0.74% | 0.42% | - |
| HSV(B) | 127.26º | 0.85% | 0.73% | - |
| XYZ | 18.34 | 35.15 | 8.51 | - |
| YUV | 122.33 | 85.49 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 185 | 47 | 0.85 | 0 | 0.75 | 0.27 | 127.26 | 0.74 | 0.42 |
| Hex | 1C | B9 | 2F | 55 | 0 | 4B | 1B | 7F | 4A | 2A |
| Octal | 34 | 271 | 57 | 125 | 0 | 113 | 33 | 177 | 112 | 52 |
| Binary | 11100 | 10111001 | 101111 | 1010101 | 0 | 1001011 | 11011 | 1111111 | 1001010 | 101010 |
Color Harmonies of #1CB92F
Complementary color
Monochromatic Colors of #1CB92F
Black with #1CB92F
Text Example
Text Example
White with #1CB92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB92F; }
p { color: rgb(28,185,47); }
H1.HeaderClassName
{
color: #1CB92F;
}
.AnyTagClassName
{
color: #1CB92F;
}
</style>
background-color css
<style>
a { background-color: #1CB92F; }
a { background-color: rgb(28,185,47); }
div.DivClassName
{
background-color: #1CB92F;
}
.BgClassName
{
background-color: #1CB92F;
}
</style>
border-color css
<style>
span { border-color: #1CB92F; }
span { border-color: rgb(28,185,47); }
td.TdClassName
{
border-color: #1CB92F;
}
.TagClassName
{
border-color: #1CB92F;
}
</style>