Shades of Lime Green #25B33F
Tints of Lime Green #25B33F
RGB
CMYK
RGB Variations
Color information
#25B33F (or 0x25B33F) is known color: Lime Green. HEX triplet: 25, B3 and 3F. RGB value is (37,179,63). Sum of RGB (Red+Green+Blue) = 37+179+63=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 179 (70.31% from 255 or 64.16% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 179 - color contains mainly: green. Hex color #25B33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B33F is #DA4CC0. Grayscale: #7B7B7B. Windows color (decimal): -14306497 or 4174629. OLE color: 4174629.
HSL color Cylindrical-coordinate representation of color #25B33F: hue angle of 130.99º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B33F is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 179 | 63 | - |
| CMYK | 0.79 | 0 | 0.65 | 0.30 |
| HSL | 130.99º | 0.66% | 0.42% | - |
| HSV(B) | 130.99º | 0.79% | 0.7% | - |
| XYZ | 17.78 | 32.99 | 10.13 | - |
| YUV | 123.32 | 93.96 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 179 | 63 | 0.79 | 0 | 0.65 | 0.30 | 130.99 | 0.66 | 0.42 |
| Hex | 25 | B3 | 3F | 4F | 0 | 41 | 1E | 83 | 42 | 2A |
| Octal | 45 | 263 | 77 | 117 | 0 | 101 | 36 | 203 | 102 | 52 |
| Binary | 100101 | 10110011 | 111111 | 1001111 | 0 | 1000001 | 11110 | 10000011 | 1000010 | 101010 |
Color Harmonies of #25B33F
Complementary color
Monochromatic Colors of #25B33F
Black with #25B33F
Text Example
Text Example
White with #25B33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B33F; }
p { color: rgb(37,179,63); }
H1.HeaderClassName
{
color: #25B33F;
}
.AnyTagClassName
{
color: #25B33F;
}
</style>
background-color css
<style>
a { background-color: #25B33F; }
a { background-color: rgb(37,179,63); }
div.DivClassName
{
background-color: #25B33F;
}
.BgClassName
{
background-color: #25B33F;
}
</style>
border-color css
<style>
span { border-color: #25B33F; }
span { border-color: rgb(37,179,63); }
td.TdClassName
{
border-color: #25B33F;
}
.TagClassName
{
border-color: #25B33F;
}
</style>