Shades of Lime Green #1FCB2B
Tints of Lime Green #1FCB2B
RGB
CMYK
RGB Variations
Color information
#1FCB2B (or 0x1FCB2B) is known color: Lime Green. HEX triplet: 1F, CB and 2B. RGB value is (31,203,43). Sum of RGB (Red+Green+Blue) = 31+203+43=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 203 (79.69% from 255 or 73.29% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCB2B is #E034D4. Grayscale: #858585. Windows color (decimal): -14693589 or 2870047. OLE color: 2870047.
HSL color Cylindrical-coordinate representation of color #1FCB2B: hue angle of 124.19º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCB2B is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 43 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.20 |
| HSL | 124.19º | 0.74% | 0.46% | - |
| HSV(B) | 124.19º | 0.85% | 0.8% | - |
| XYZ | 22.36 | 43.18 | 9.44 | - |
| YUV | 133.33 | 77.02 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 43 | 0.85 | 0 | 0.79 | 0.20 | 124.19 | 0.74 | 0.46 |
| Hex | 1F | CB | 2B | 55 | 0 | 4F | 14 | 7C | 4A | 2E |
| Octal | 37 | 313 | 53 | 125 | 0 | 117 | 24 | 174 | 112 | 56 |
| Binary | 11111 | 11001011 | 101011 | 1010101 | 0 | 1001111 | 10100 | 1111100 | 1001010 | 101110 |
Color Harmonies of #1FCB2B
Complementary color
Monochromatic Colors of #1FCB2B
Black with #1FCB2B
Text Example
Text Example
White with #1FCB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCB2B; }
p { color: rgb(31,203,43); }
H1.HeaderClassName
{
color: #1FCB2B;
}
.AnyTagClassName
{
color: #1FCB2B;
}
</style>
background-color css
<style>
a { background-color: #1FCB2B; }
a { background-color: rgb(31,203,43); }
div.DivClassName
{
background-color: #1FCB2B;
}
.BgClassName
{
background-color: #1FCB2B;
}
</style>
border-color css
<style>
span { border-color: #1FCB2B; }
span { border-color: rgb(31,203,43); }
td.TdClassName
{
border-color: #1FCB2B;
}
.TagClassName
{
border-color: #1FCB2B;
}
</style>