Shades of Lime Green #1FBC36
Tints of Lime Green #1FBC36
RGB
CMYK
RGB Variations
Color information
#1FBC36 (or 0x1FBC36) is known color: Lime Green. HEX triplet: 1F, BC and 36. RGB value is (31,188,54). Sum of RGB (Red+Green+Blue) = 31+188+54=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 188 (73.83% from 255 or 68.86% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBC36 is #E043C9. Grayscale: #7E7E7E. Windows color (decimal): -14697418 or 3587103. OLE color: 3587103.
HSL color Cylindrical-coordinate representation of color #1FBC36: hue angle of 128.79º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBC36 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 54 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.26 |
| HSL | 128.79º | 0.72% | 0.43% | - |
| HSV(B) | 128.79º | 0.84% | 0.74% | - |
| XYZ | 19.21 | 36.52 | 9.53 | - |
| YUV | 125.78 | 87.49 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 54 | 0.84 | 0 | 0.71 | 0.26 | 128.79 | 0.72 | 0.43 |
| Hex | 1F | BC | 36 | 54 | 0 | 47 | 1A | 81 | 48 | 2B |
| Octal | 37 | 274 | 66 | 124 | 0 | 107 | 32 | 201 | 110 | 53 |
| Binary | 11111 | 10111100 | 110110 | 1010100 | 0 | 1000111 | 11010 | 10000001 | 1001000 | 101011 |
Color Harmonies of #1FBC36
Complementary color
Monochromatic Colors of #1FBC36
Black with #1FBC36
Text Example
Text Example
White with #1FBC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC36; }
p { color: rgb(31,188,54); }
H1.HeaderClassName
{
color: #1FBC36;
}
.AnyTagClassName
{
color: #1FBC36;
}
</style>
background-color css
<style>
a { background-color: #1FBC36; }
a { background-color: rgb(31,188,54); }
div.DivClassName
{
background-color: #1FBC36;
}
.BgClassName
{
background-color: #1FBC36;
}
</style>
border-color css
<style>
span { border-color: #1FBC36; }
span { border-color: rgb(31,188,54); }
td.TdClassName
{
border-color: #1FBC36;
}
.TagClassName
{
border-color: #1FBC36;
}
</style>