Shades of Lime Green #1FC33D
Tints of Lime Green #1FC33D
RGB
CMYK
RGB Variations
Color information
#1FC33D (or 0x1FC33D) is known color: Lime Green. HEX triplet: 1F, C3 and 3D. RGB value is (31,195,61). Sum of RGB (Red+Green+Blue) = 31+195+61=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 195 (76.56% from 255 or 67.94% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC33D is #E03CC2. Grayscale: #838383. Windows color (decimal): -14695619 or 4047647. OLE color: 4047647.
HSL color Cylindrical-coordinate representation of color #1FC33D: hue angle of 130.98º degrees, saturation: 0.73, 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 #1FC33D is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 195 | 61 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.24 |
| HSL | 130.98º | 0.73% | 0.44% | - |
| HSV(B) | 130.98º | 0.84% | 0.76% | - |
| XYZ | 20.92 | 39.66 | 10.97 | - |
| YUV | 130.69 | 88.67 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 195 | 61 | 0.84 | 0 | 0.69 | 0.24 | 130.98 | 0.73 | 0.44 |
| Hex | 1F | C3 | 3D | 54 | 0 | 45 | 18 | 83 | 49 | 2C |
| Octal | 37 | 303 | 75 | 124 | 0 | 105 | 30 | 203 | 111 | 54 |
| Binary | 11111 | 11000011 | 111101 | 1010100 | 0 | 1000101 | 11000 | 10000011 | 1001001 | 101100 |
Color Harmonies of #1FC33D
Complementary color
Monochromatic Colors of #1FC33D
Black with #1FC33D
Text Example
Text Example
White with #1FC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC33D; }
p { color: rgb(31,195,61); }
H1.HeaderClassName
{
color: #1FC33D;
}
.AnyTagClassName
{
color: #1FC33D;
}
</style>
background-color css
<style>
a { background-color: #1FC33D; }
a { background-color: rgb(31,195,61); }
div.DivClassName
{
background-color: #1FC33D;
}
.BgClassName
{
background-color: #1FC33D;
}
</style>
border-color css
<style>
span { border-color: #1FC33D; }
span { border-color: rgb(31,195,61); }
td.TdClassName
{
border-color: #1FC33D;
}
.TagClassName
{
border-color: #1FC33D;
}
</style>