Shades of Lime Green #2FF23D
Tints of Lime Green #2FF23D
RGB
CMYK
RGB Variations
Color information
#2FF23D (or 0x2FF23D) is known color: Lime Green. HEX triplet: 2F, F2 and 3D. RGB value is (47,242,61). Sum of RGB (Red+Green+Blue) = 47+242+61=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 242 (94.92% from 255 or 69.14% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF23D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF23D is #D00DC2. Grayscale: #A3A3A3. Windows color (decimal): -13635011 or 4059695. OLE color: 4059695.
HSL color Cylindrical-coordinate representation of color #2FF23D: hue angle of 124.31º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF23D is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 61 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.05 |
| HSL | 124.31º | 0.88% | 0.57% | - |
| HSV(B) | 124.31º | 0.81% | 0.95% | - |
| XYZ | 33.77 | 64.45 | 15.07 | - |
| YUV | 163.06 | 70.4 | 45.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 61 | 0.81 | 0 | 0.75 | 0.05 | 124.31 | 0.88 | 0.57 |
| Hex | 2F | F2 | 3D | 51 | 0 | 4B | 5 | 7C | 58 | 39 |
| Octal | 57 | 362 | 75 | 121 | 0 | 113 | 5 | 174 | 130 | 71 |
| Binary | 101111 | 11110010 | 111101 | 1010001 | 0 | 1001011 | 101 | 1111100 | 1011000 | 111001 |
Color Harmonies of #2FF23D
Complementary color
Monochromatic Colors of #2FF23D
Black with #2FF23D
Text Example
Text Example
White with #2FF23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF23D; }
p { color: rgb(47,242,61); }
H1.HeaderClassName
{
color: #2FF23D;
}
.AnyTagClassName
{
color: #2FF23D;
}
</style>
background-color css
<style>
a { background-color: #2FF23D; }
a { background-color: rgb(47,242,61); }
div.DivClassName
{
background-color: #2FF23D;
}
.BgClassName
{
background-color: #2FF23D;
}
</style>
border-color css
<style>
span { border-color: #2FF23D; }
span { border-color: rgb(47,242,61); }
td.TdClassName
{
border-color: #2FF23D;
}
.TagClassName
{
border-color: #2FF23D;
}
</style>