Shades of Lime Green #1FCB3A
Tints of Lime Green #1FCB3A
RGB
CMYK
RGB Variations
Color information
#1FCB3A (or 0x1FCB3A) is known color: Lime Green. HEX triplet: 1F, CB and 3A. RGB value is (31,203,58). Sum of RGB (Red+Green+Blue) = 31+203+58=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 203 (79.69% from 255 or 69.52% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCB3A is #E034C5. Grayscale: #878787. Windows color (decimal): -14693574 or 3853087. OLE color: 3853087.
HSL color Cylindrical-coordinate representation of color #1FCB3A: hue angle of 129.42º 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 #1FCB3A is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 58 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.20 |
| HSL | 129.42º | 0.74% | 0.46% | - |
| HSV(B) | 129.42º | 0.85% | 0.8% | - |
| XYZ | 22.68 | 43.31 | 11.17 | - |
| YUV | 135.04 | 84.52 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 58 | 0.85 | 0 | 0.71 | 0.20 | 129.42 | 0.74 | 0.46 |
| Hex | 1F | CB | 3A | 55 | 0 | 47 | 14 | 81 | 4A | 2E |
| Octal | 37 | 313 | 72 | 125 | 0 | 107 | 24 | 201 | 112 | 56 |
| Binary | 11111 | 11001011 | 111010 | 1010101 | 0 | 1000111 | 10100 | 10000001 | 1001010 | 101110 |
Color Harmonies of #1FCB3A
Complementary color
Monochromatic Colors of #1FCB3A
Black with #1FCB3A
Text Example
Text Example
White with #1FCB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCB3A; }
p { color: rgb(31,203,58); }
H1.HeaderClassName
{
color: #1FCB3A;
}
.AnyTagClassName
{
color: #1FCB3A;
}
</style>
background-color css
<style>
a { background-color: #1FCB3A; }
a { background-color: rgb(31,203,58); }
div.DivClassName
{
background-color: #1FCB3A;
}
.BgClassName
{
background-color: #1FCB3A;
}
</style>
border-color css
<style>
span { border-color: #1FCB3A; }
span { border-color: rgb(31,203,58); }
td.TdClassName
{
border-color: #1FCB3A;
}
.TagClassName
{
border-color: #1FCB3A;
}
</style>