Shades of Lime Green #25C83F
Tints of Lime Green #25C83F
RGB
CMYK
RGB Variations
Color information
#25C83F (or 0x25C83F) is known color: Lime Green. HEX triplet: 25, C8 and 3F. RGB value is (37,200,63). Sum of RGB (Red+Green+Blue) = 37+200+63=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 200 (78.52% from 255 or 66.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 200 - color contains mainly: green. Hex color #25C83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C83F is #DA37C0. Grayscale: #888888. Windows color (decimal): -14301121 or 4180005. OLE color: 4180005.
HSL color Cylindrical-coordinate representation of color #25C83F: hue angle of 129.57º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C83F is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 200 | 63 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.22 |
| HSL | 129.57º | 0.69% | 0.46% | - |
| HSV(B) | 129.57º | 0.82% | 0.78% | - |
| XYZ | 22.31 | 42.06 | 11.65 | - |
| YUV | 135.65 | 87 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 200 | 63 | 0.82 | 0 | 0.68 | 0.22 | 129.57 | 0.69 | 0.46 |
| Hex | 25 | C8 | 3F | 52 | 0 | 44 | 16 | 82 | 45 | 2E |
| Octal | 45 | 310 | 77 | 122 | 0 | 104 | 26 | 202 | 105 | 56 |
| Binary | 100101 | 11001000 | 111111 | 1010010 | 0 | 1000100 | 10110 | 10000010 | 1000101 | 101110 |
Color Harmonies of #25C83F
Complementary color
Monochromatic Colors of #25C83F
Black with #25C83F
Text Example
Text Example
White with #25C83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C83F; }
p { color: rgb(37,200,63); }
H1.HeaderClassName
{
color: #25C83F;
}
.AnyTagClassName
{
color: #25C83F;
}
</style>
background-color css
<style>
a { background-color: #25C83F; }
a { background-color: rgb(37,200,63); }
div.DivClassName
{
background-color: #25C83F;
}
.BgClassName
{
background-color: #25C83F;
}
</style>
border-color css
<style>
span { border-color: #25C83F; }
span { border-color: rgb(37,200,63); }
td.TdClassName
{
border-color: #25C83F;
}
.TagClassName
{
border-color: #25C83F;
}
</style>