Shades of Lime Green #2FD23B
Tints of Lime Green #2FD23B
RGB
CMYK
RGB Variations
Color information
#2FD23B (or 0x2FD23B) is known color: Lime Green. HEX triplet: 2F, D2 and 3B. RGB value is (47,210,59). Sum of RGB (Red+Green+Blue) = 47+210+59=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 210 (82.42% from 255 or 66.46% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 210 - color contains mainly: green. Hex color #2FD23B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD23B is #D02DC4. Grayscale: #909090. Windows color (decimal): -13643205 or 3920431. OLE color: 3920431.
HSL color Cylindrical-coordinate representation of color #2FD23B: hue angle of 124.42º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD23B is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 210 | 59 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.18 |
| HSL | 124.42º | 0.64% | 0.5% | - |
| HSV(B) | 124.42º | 0.78% | 0.82% | - |
| XYZ | 25.01 | 47.01 | 11.89 | - |
| YUV | 144.05 | 80 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 210 | 59 | 0.78 | 0 | 0.72 | 0.18 | 124.42 | 0.64 | 0.5 |
| Hex | 2F | D2 | 3B | 4E | 0 | 48 | 12 | 7C | 40 | 32 |
| Octal | 57 | 322 | 73 | 116 | 0 | 110 | 22 | 174 | 100 | 62 |
| Binary | 101111 | 11010010 | 111011 | 1001110 | 0 | 1001000 | 10010 | 1111100 | 1000000 | 110010 |
Color Harmonies of #2FD23B
Complementary color
Monochromatic Colors of #2FD23B
Black with #2FD23B
Text Example
Text Example
White with #2FD23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD23B; }
p { color: rgb(47,210,59); }
H1.HeaderClassName
{
color: #2FD23B;
}
.AnyTagClassName
{
color: #2FD23B;
}
</style>
background-color css
<style>
a { background-color: #2FD23B; }
a { background-color: rgb(47,210,59); }
div.DivClassName
{
background-color: #2FD23B;
}
.BgClassName
{
background-color: #2FD23B;
}
</style>
border-color css
<style>
span { border-color: #2FD23B; }
span { border-color: rgb(47,210,59); }
td.TdClassName
{
border-color: #2FD23B;
}
.TagClassName
{
border-color: #2FD23B;
}
</style>