Shades of Lime Green #2FDF3C
Tints of Lime Green #2FDF3C
RGB
CMYK
RGB Variations
Color information
#2FDF3C (or 0x2FDF3C) is known color: Lime Green. HEX triplet: 2F, DF and 3C. RGB value is (47,223,60). Sum of RGB (Red+Green+Blue) = 47+223+60=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 223 (87.5% from 255 or 67.58% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDF3C is #D020C3. Grayscale: #989898. Windows color (decimal): -13639876 or 3989295. OLE color: 3989295.
HSL color Cylindrical-coordinate representation of color #2FDF3C: hue angle of 124.43º 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 #2FDF3C is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
RGB | 47 | 223 | 60 | - |
CMYK | 0.79 | 0 | 0.73 | 0.13 |
HSL | 124.43º | 0.73% | 0.53% | - |
HSV(B) | 124.43º | 0.79% | 0.87% | - |
XYZ | 28.38 | 53.71 | 13.15 | - |
YUV | 151.79 | 76.19 | 53.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 223 | 60 | 0.79 | 0 | 0.73 | 0.13 | 124.43 | 0.73 | 0.53 |
Hex | 2F | DF | 3C | 4F | 0 | 49 | D | 7C | 49 | 35 |
Octal | 57 | 337 | 74 | 117 | 0 | 111 | 15 | 174 | 111 | 65 |
Binary | 101111 | 11011111 | 111100 | 1001111 | 0 | 1001001 | 1101 | 1111100 | 1001001 | 110101 |
Color Harmonies of #2FDF3C
Complementary color
Monochromatic Colors of #2FDF3C
Black with #2FDF3C
Text Example
Text Example
White with #2FDF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF3C; }
p { color: rgb(47,223,60); }
H1.HeaderClassName
{
color: #2FDF3C;
}
.AnyTagClassName
{
color: #2FDF3C;
}
</style>
background-color css
<style>
a { background-color: #2FDF3C; }
a { background-color: rgb(47,223,60); }
div.DivClassName
{
background-color: #2FDF3C;
}
.BgClassName
{
background-color: #2FDF3C;
}
</style>
border-color css
<style>
span { border-color: #2FDF3C; }
span { border-color: rgb(47,223,60); }
td.TdClassName
{
border-color: #2FDF3C;
}
.TagClassName
{
border-color: #2FDF3C;
}
</style>