Shades of Lime Green #25E01B
Tints of Lime Green #25E01B
RGB
CMYK
RGB Variations
Color information
#25E01B (or 0x25E01B) is known color: Lime Green. HEX triplet: 25, E0 and 1B. RGB value is (37,224,27). Sum of RGB (Red+Green+Blue) = 37+224+27=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 224 (87.89% from 255 or 77.78% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 224 - color contains mainly: green. Hex color #25E01B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E01B is #DA1FE4. Grayscale: #929292. Windows color (decimal): -14295013 or 1826853. OLE color: 1826853.
HSL color Cylindrical-coordinate representation of color #25E01B: hue angle of 116.95º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25E01B is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 224 | 27 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.12 |
| HSL | 116.95º | 0.78% | 0.49% | - |
| HSV(B) | 116.95º | 0.88% | 0.88% | - |
| XYZ | 27.62 | 53.78 | 9.96 | - |
| YUV | 145.63 | 61.05 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 224 | 27 | 0.83 | 0 | 0.88 | 0.12 | 116.95 | 0.78 | 0.49 |
| Hex | 25 | E0 | 1B | 53 | 0 | 58 | C | 75 | 4E | 31 |
| Octal | 45 | 340 | 33 | 123 | 0 | 130 | 14 | 165 | 116 | 61 |
| Binary | 100101 | 11100000 | 11011 | 1010011 | 0 | 1011000 | 1100 | 1110101 | 1001110 | 110001 |
Color Harmonies of #25E01B
Complementary color
Monochromatic Colors of #25E01B
Black with #25E01B
Text Example
Text Example
White with #25E01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E01B; }
p { color: rgb(37,224,27); }
H1.HeaderClassName
{
color: #25E01B;
}
.AnyTagClassName
{
color: #25E01B;
}
</style>
background-color css
<style>
a { background-color: #25E01B; }
a { background-color: rgb(37,224,27); }
div.DivClassName
{
background-color: #25E01B;
}
.BgClassName
{
background-color: #25E01B;
}
</style>
border-color css
<style>
span { border-color: #25E01B; }
span { border-color: rgb(37,224,27); }
td.TdClassName
{
border-color: #25E01B;
}
.TagClassName
{
border-color: #25E01B;
}
</style>