Shades of Lime Green #2FFD45
Tints of Lime Green #2FFD45
RGB
CMYK
RGB Variations
Color information
#2FFD45 (or 0x2FFD45) is known color: Lime Green. HEX triplet: 2F, FD and 45. RGB value is (47,253,69). Sum of RGB (Red+Green+Blue) = 47+253+69=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 253 (99.22% from 255 or 68.56% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFD45 is #D002BA. Grayscale: #AAAAAA. Windows color (decimal): -13632187 or 4586799. OLE color: 4586799.
HSL color Cylindrical-coordinate representation of color #2FFD45: hue angle of 126.41º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFD45 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 69 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.01 |
| HSL | 126.41º | 0.98% | 0.59% | - |
| HSV(B) | 126.41º | 0.81% | 0.99% | - |
| XYZ | 37.37 | 71.28 | 17.42 | - |
| YUV | 170.43 | 70.75 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 69 | 0.81 | 0 | 0.73 | 0.01 | 126.41 | 0.98 | 0.59 |
| Hex | 2F | FD | 45 | 51 | 0 | 49 | 1 | 7E | 62 | 3B |
| Octal | 57 | 375 | 105 | 121 | 0 | 111 | 1 | 176 | 142 | 73 |
| Binary | 101111 | 11111101 | 1000101 | 1010001 | 0 | 1001001 | 1 | 1111110 | 1100010 | 111011 |
Color Harmonies of #2FFD45
Complementary color
Monochromatic Colors of #2FFD45
Black with #2FFD45
Text Example
Text Example
White with #2FFD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFD45; }
p { color: rgb(47,253,69); }
H1.HeaderClassName
{
color: #2FFD45;
}
.AnyTagClassName
{
color: #2FFD45;
}
</style>
background-color css
<style>
a { background-color: #2FFD45; }
a { background-color: rgb(47,253,69); }
div.DivClassName
{
background-color: #2FFD45;
}
.BgClassName
{
background-color: #2FFD45;
}
</style>
border-color css
<style>
span { border-color: #2FFD45; }
span { border-color: rgb(47,253,69); }
td.TdClassName
{
border-color: #2FFD45;
}
.TagClassName
{
border-color: #2FFD45;
}
</style>