Shades of Lime Green #25E93B
Tints of Lime Green #25E93B
RGB
CMYK
RGB Variations
Color information
#25E93B (or 0x25E93B) is known color: Lime Green. HEX triplet: 25, E9 and 3B. RGB value is (37,233,59). Sum of RGB (Red+Green+Blue) = 37+233+59=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 233 (91.41% from 255 or 70.82% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 233 - color contains mainly: green. Hex color #25E93B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25E93B is #DA16C4. Grayscale: #9B9B9B. Windows color (decimal): -14292677 or 3926309. OLE color: 3926309.
HSL color Cylindrical-coordinate representation of color #25E93B: hue angle of 126.73º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E93B is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 233 | 59 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.09 |
| HSL | 126.73º | 0.82% | 0.53% | - |
| HSV(B) | 126.73º | 0.84% | 0.91% | - |
| XYZ | 30.69 | 58.99 | 13.91 | - |
| YUV | 154.56 | 74.07 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 233 | 59 | 0.84 | 0 | 0.75 | 0.09 | 126.73 | 0.82 | 0.53 |
| Hex | 25 | E9 | 3B | 54 | 0 | 4B | 9 | 7F | 52 | 35 |
| Octal | 45 | 351 | 73 | 124 | 0 | 113 | 11 | 177 | 122 | 65 |
| Binary | 100101 | 11101001 | 111011 | 1010100 | 0 | 1001011 | 1001 | 1111111 | 1010010 | 110101 |
Color Harmonies of #25E93B
Complementary color
Monochromatic Colors of #25E93B
Black with #25E93B
Text Example
Text Example
White with #25E93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E93B; }
p { color: rgb(37,233,59); }
H1.HeaderClassName
{
color: #25E93B;
}
.AnyTagClassName
{
color: #25E93B;
}
</style>
background-color css
<style>
a { background-color: #25E93B; }
a { background-color: rgb(37,233,59); }
div.DivClassName
{
background-color: #25E93B;
}
.BgClassName
{
background-color: #25E93B;
}
</style>
border-color css
<style>
span { border-color: #25E93B; }
span { border-color: rgb(37,233,59); }
td.TdClassName
{
border-color: #25E93B;
}
.TagClassName
{
border-color: #25E93B;
}
</style>