Shades of Lime Green #25BC33
Tints of Lime Green #25BC33
RGB
CMYK
RGB Variations
Color information
#25BC33 (or 0x25BC33) is known color: Lime Green. HEX triplet: 25, BC and 33. RGB value is (37,188,51). Sum of RGB (Red+Green+Blue) = 37+188+51=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BC33 is #DA43CC. Grayscale: #7F7F7F. Windows color (decimal): -14304205 or 3390501. OLE color: 3390501.
HSL color Cylindrical-coordinate representation of color #25BC33: hue angle of 125.56º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BC33 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 188 | 51 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.26 |
| HSL | 125.56º | 0.67% | 0.44% | - |
| HSV(B) | 125.56º | 0.8% | 0.74% | - |
| XYZ | 19.34 | 36.6 | 9.18 | - |
| YUV | 127.23 | 84.97 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 51 | 0.80 | 0 | 0.73 | 0.26 | 125.56 | 0.67 | 0.44 |
| Hex | 25 | BC | 33 | 50 | 0 | 49 | 1A | 7E | 43 | 2C |
| Octal | 45 | 274 | 63 | 120 | 0 | 111 | 32 | 176 | 103 | 54 |
| Binary | 100101 | 10111100 | 110011 | 1010000 | 0 | 1001001 | 11010 | 1111110 | 1000011 | 101100 |
Color Harmonies of #25BC33
Complementary color
Monochromatic Colors of #25BC33
Black with #25BC33
Text Example
Text Example
White with #25BC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BC33; }
p { color: rgb(37,188,51); }
H1.HeaderClassName
{
color: #25BC33;
}
.AnyTagClassName
{
color: #25BC33;
}
</style>
background-color css
<style>
a { background-color: #25BC33; }
a { background-color: rgb(37,188,51); }
div.DivClassName
{
background-color: #25BC33;
}
.BgClassName
{
background-color: #25BC33;
}
</style>
border-color css
<style>
span { border-color: #25BC33; }
span { border-color: rgb(37,188,51); }
td.TdClassName
{
border-color: #25BC33;
}
.TagClassName
{
border-color: #25BC33;
}
</style>