Shades of Lime Green #25AF2B
Tints of Lime Green #25AF2B
RGB
CMYK
RGB Variations
Color information
#25AF2B (or 0x25AF2B) is known color: Lime Green. HEX triplet: 25, AF and 2B. RGB value is (37,175,43). Sum of RGB (Red+Green+Blue) = 37+175+43=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 175 (68.75% from 255 or 68.63% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 175 - color contains mainly: green. Hex color #25AF2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25AF2B is #DA50D4. Grayscale: #777777. Windows color (decimal): -14307541 or 2862885. OLE color: 2862885.
HSL color Cylindrical-coordinate representation of color #25AF2B: hue angle of 122.61º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AF2B is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 175 | 43 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.31 |
| HSL | 122.61º | 0.65% | 0.42% | - |
| HSV(B) | 122.61º | 0.79% | 0.69% | - |
| XYZ | 16.53 | 31.23 | 7.44 | - |
| YUV | 118.69 | 85.28 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 175 | 43 | 0.79 | 0 | 0.75 | 0.31 | 122.61 | 0.65 | 0.42 |
| Hex | 25 | AF | 2B | 4F | 0 | 4B | 1F | 7B | 41 | 2A |
| Octal | 45 | 257 | 53 | 117 | 0 | 113 | 37 | 173 | 101 | 52 |
| Binary | 100101 | 10101111 | 101011 | 1001111 | 0 | 1001011 | 11111 | 1111011 | 1000001 | 101010 |
Color Harmonies of #25AF2B
Complementary color
Monochromatic Colors of #25AF2B
Black with #25AF2B
Text Example
Text Example
White with #25AF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AF2B; }
p { color: rgb(37,175,43); }
H1.HeaderClassName
{
color: #25AF2B;
}
.AnyTagClassName
{
color: #25AF2B;
}
</style>
background-color css
<style>
a { background-color: #25AF2B; }
a { background-color: rgb(37,175,43); }
div.DivClassName
{
background-color: #25AF2B;
}
.BgClassName
{
background-color: #25AF2B;
}
</style>
border-color css
<style>
span { border-color: #25AF2B; }
span { border-color: rgb(37,175,43); }
td.TdClassName
{
border-color: #25AF2B;
}
.TagClassName
{
border-color: #25AF2B;
}
</style>