Shades of Lime Green #1FC23B
Tints of Lime Green #1FC23B
RGB
CMYK
RGB Variations
Color information
#1FC23B (or 0x1FC23B) is known color: Lime Green. HEX triplet: 1F, C2 and 3B. RGB value is (31,194,59). Sum of RGB (Red+Green+Blue) = 31+194+59=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 194 (76.17% from 255 or 68.31% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC23B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC23B is #E03DC4. Grayscale: #828282. Windows color (decimal): -14695877 or 3916319. OLE color: 3916319.
HSL color Cylindrical-coordinate representation of color #1FC23B: hue angle of 130.31º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC23B is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 59 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.24 |
| HSL | 130.31º | 0.72% | 0.44% | - |
| HSV(B) | 130.31º | 0.84% | 0.76% | - |
| XYZ | 20.65 | 39.19 | 10.61 | - |
| YUV | 129.87 | 88 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 59 | 0.84 | 0 | 0.70 | 0.24 | 130.31 | 0.72 | 0.44 |
| Hex | 1F | C2 | 3B | 54 | 0 | 46 | 18 | 82 | 48 | 2C |
| Octal | 37 | 302 | 73 | 124 | 0 | 106 | 30 | 202 | 110 | 54 |
| Binary | 11111 | 11000010 | 111011 | 1010100 | 0 | 1000110 | 11000 | 10000010 | 1001000 | 101100 |
Color Harmonies of #1FC23B
Complementary color
Monochromatic Colors of #1FC23B
Black with #1FC23B
Text Example
Text Example
White with #1FC23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC23B; }
p { color: rgb(31,194,59); }
H1.HeaderClassName
{
color: #1FC23B;
}
.AnyTagClassName
{
color: #1FC23B;
}
</style>
background-color css
<style>
a { background-color: #1FC23B; }
a { background-color: rgb(31,194,59); }
div.DivClassName
{
background-color: #1FC23B;
}
.BgClassName
{
background-color: #1FC23B;
}
</style>
border-color css
<style>
span { border-color: #1FC23B; }
span { border-color: rgb(31,194,59); }
td.TdClassName
{
border-color: #1FC23B;
}
.TagClassName
{
border-color: #1FC23B;
}
</style>