Shades of Lime Green #2DFF3F
Tints of Lime Green #2DFF3F
RGB
CMYK
RGB Variations
Color information
#2DFF3F (or 0x2DFF3F) is known color: Lime Green. HEX triplet: 2D, FF and 3F. RGB value is (45,255,63). Sum of RGB (Red+Green+Blue) = 45+255+63=363 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.40% from 363); Green value is 255 (100% from 255 or 70.25% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFF3F is #D200C0. Grayscale: #AAAAAA. Windows color (decimal): -13762753 or 4194093. OLE color: 4194093.
HSL color Cylindrical-coordinate representation of color #2DFF3F: hue angle of 125.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFF3F is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 63 | - |
| CMYK | 0.82 | 0 | 0.75 | 0 |
| HSL | 125.14º | 1% | 0.59% | - |
| HSV(B) | 125.14º | 0.82% | 1% | - |
| XYZ | 37.74 | 72.44 | 16.7 | - |
| YUV | 170.32 | 67.43 | 38.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 63 | 0.82 | 0 | 0.75 | 0 | 125.14 | 1 | 0.59 |
| Hex | 2D | FF | 3F | 52 | 0 | 4B | 0 | 7D | 64 | 3B |
| Octal | 55 | 377 | 77 | 122 | 0 | 113 | 0 | 175 | 144 | 73 |
| Binary | 101101 | 11111111 | 111111 | 1010010 | 0 | 1001011 | 0 | 1111101 | 1100100 | 111011 |
Color Harmonies of #2DFF3F
Complementary color
Monochromatic Colors of #2DFF3F
Black with #2DFF3F
Text Example
Text Example
White with #2DFF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFF3F; }
p { color: rgb(45,255,63); }
H1.HeaderClassName
{
color: #2DFF3F;
}
.AnyTagClassName
{
color: #2DFF3F;
}
</style>
background-color css
<style>
a { background-color: #2DFF3F; }
a { background-color: rgb(45,255,63); }
div.DivClassName
{
background-color: #2DFF3F;
}
.BgClassName
{
background-color: #2DFF3F;
}
</style>
border-color css
<style>
span { border-color: #2DFF3F; }
span { border-color: rgb(45,255,63); }
td.TdClassName
{
border-color: #2DFF3F;
}
.TagClassName
{
border-color: #2DFF3F;
}
</style>