Shades of Lime Green #25F235
Tints of Lime Green #25F235
RGB
CMYK
RGB Variations
Color information
#25F235 (or 0x25F235) is known color: Lime Green. HEX triplet: 25, F2 and 35. RGB value is (37,242,53). Sum of RGB (Red+Green+Blue) = 37+242+53=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 242 (94.92% from 255 or 72.89% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 242 - color contains mainly: green. Hex color #25F235 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F235 is #DA0DCA. Grayscale: #9F9F9F. Windows color (decimal): -14290379 or 3535397. OLE color: 3535397.
HSL color Cylindrical-coordinate representation of color #25F235: hue angle of 124.68º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F235 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 242 | 53 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.05 |
| HSL | 124.68º | 0.89% | 0.55% | - |
| HSV(B) | 124.68º | 0.85% | 0.95% | - |
| XYZ | 33.16 | 64.15 | 14 | - |
| YUV | 159.16 | 68.08 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 242 | 53 | 0.85 | 0 | 0.78 | 0.05 | 124.68 | 0.89 | 0.55 |
| Hex | 25 | F2 | 35 | 55 | 0 | 4E | 5 | 7D | 59 | 37 |
| Octal | 45 | 362 | 65 | 125 | 0 | 116 | 5 | 175 | 131 | 67 |
| Binary | 100101 | 11110010 | 110101 | 1010101 | 0 | 1001110 | 101 | 1111101 | 1011001 | 110111 |
Color Harmonies of #25F235
Complementary color
Monochromatic Colors of #25F235
Black with #25F235
Text Example
Text Example
White with #25F235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F235; }
p { color: rgb(37,242,53); }
H1.HeaderClassName
{
color: #25F235;
}
.AnyTagClassName
{
color: #25F235;
}
</style>
background-color css
<style>
a { background-color: #25F235; }
a { background-color: rgb(37,242,53); }
div.DivClassName
{
background-color: #25F235;
}
.BgClassName
{
background-color: #25F235;
}
</style>
border-color css
<style>
span { border-color: #25F235; }
span { border-color: rgb(37,242,53); }
td.TdClassName
{
border-color: #25F235;
}
.TagClassName
{
border-color: #25F235;
}
</style>