Shades of Lime Green #25C609
Tints of Lime Green #25C609
RGB
CMYK
RGB Variations
Color information
#25C609 (or 0x25C609) is known color: Lime Green. HEX triplet: 25, C6 and 09. RGB value is (37,198,9). Sum of RGB (Red+Green+Blue) = 37+198+9=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 198 (77.73% from 255 or 81.15% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 198 - color contains mainly: green. Hex color #25C609 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25C609 is #DA39F6. Grayscale: #808080. Windows color (decimal): -14301687 or 640549. OLE color: 640549.
HSL color Cylindrical-coordinate representation of color #25C609: hue angle of 111.11º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25C609 is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 198 | 9 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.22 |
| HSL | 111.11º | 0.91% | 0.41% | - |
| HSV(B) | 111.11º | 0.95% | 0.78% | - |
| XYZ | 21.01 | 40.8 | 7.03 | - |
| YUV | 128.32 | 60.66 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 198 | 9 | 0.81 | 0 | 0.95 | 0.22 | 111.11 | 0.91 | 0.41 |
| Hex | 25 | C6 | 9 | 51 | 0 | 5F | 16 | 6F | 5B | 29 |
| Octal | 45 | 306 | 11 | 121 | 0 | 137 | 26 | 157 | 133 | 51 |
| Binary | 100101 | 11000110 | 1001 | 1010001 | 0 | 1011111 | 10110 | 1101111 | 1011011 | 101001 |
Color Harmonies of #25C609
Complementary color
Monochromatic Colors of #25C609
Black with #25C609
Text Example
Text Example
White with #25C609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C609; }
p { color: rgb(37,198,9); }
H1.HeaderClassName
{
color: #25C609;
}
.AnyTagClassName
{
color: #25C609;
}
</style>
background-color css
<style>
a { background-color: #25C609; }
a { background-color: rgb(37,198,9); }
div.DivClassName
{
background-color: #25C609;
}
.BgClassName
{
background-color: #25C609;
}
</style>
border-color css
<style>
span { border-color: #25C609; }
span { border-color: rgb(37,198,9); }
td.TdClassName
{
border-color: #25C609;
}
.TagClassName
{
border-color: #25C609;
}
</style>