Shades of Lime Green #2FDF30
Tints of Lime Green #2FDF30
RGB
CMYK
RGB Variations
Color information
#2FDF30 (or 0x2FDF30) is known color: Lime Green. HEX triplet: 2F, DF and 30. RGB value is (47,223,48). Sum of RGB (Red+Green+Blue) = 47+223+48=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 223 (87.5% from 255 or 70.13% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDF30 is #D020CF. Grayscale: #969696. Windows color (decimal): -13639888 or 3202863. OLE color: 3202863.
HSL color Cylindrical-coordinate representation of color #2FDF30: hue angle of 120.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDF30 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 48 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.13 |
| HSL | 120.34º | 0.73% | 0.53% | - |
| HSV(B) | 120.34º | 0.79% | 0.87% | - |
| XYZ | 28.09 | 53.59 | 11.66 | - |
| YUV | 150.43 | 70.19 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 48 | 0.79 | 0 | 0.78 | 0.13 | 120.34 | 0.73 | 0.53 |
| Hex | 2F | DF | 30 | 4F | 0 | 4E | D | 78 | 49 | 35 |
| Octal | 57 | 337 | 60 | 117 | 0 | 116 | 15 | 170 | 111 | 65 |
| Binary | 101111 | 11011111 | 110000 | 1001111 | 0 | 1001110 | 1101 | 1111000 | 1001001 | 110101 |
Color Harmonies of #2FDF30
Complementary color
Monochromatic Colors of #2FDF30
Black with #2FDF30
Text Example
Text Example
White with #2FDF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF30; }
p { color: rgb(47,223,48); }
H1.HeaderClassName
{
color: #2FDF30;
}
.AnyTagClassName
{
color: #2FDF30;
}
</style>
background-color css
<style>
a { background-color: #2FDF30; }
a { background-color: rgb(47,223,48); }
div.DivClassName
{
background-color: #2FDF30;
}
.BgClassName
{
background-color: #2FDF30;
}
</style>
border-color css
<style>
span { border-color: #2FDF30; }
span { border-color: rgb(47,223,48); }
td.TdClassName
{
border-color: #2FDF30;
}
.TagClassName
{
border-color: #2FDF30;
}
</style>