Shades of Lime Green #25F33D
Tints of Lime Green #25F33D
RGB
CMYK
RGB Variations
Color information
#25F33D (or 0x25F33D) is known color: Lime Green. HEX triplet: 25, F3 and 3D. RGB value is (37,243,61). Sum of RGB (Red+Green+Blue) = 37+243+61=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 243 (95.31% from 255 or 71.26% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 243 - color contains mainly: green. Hex color #25F33D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F33D is #DA0CC2. Grayscale: #A1A1A1. Windows color (decimal): -14290115 or 4059941. OLE color: 4059941.
HSL color Cylindrical-coordinate representation of color #25F33D: hue angle of 126.99º degrees, saturation: 0.9, 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 #25F33D is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 243 | 61 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.05 |
| HSL | 126.99º | 0.9% | 0.55% | - |
| HSV(B) | 126.99º | 0.85% | 0.95% | - |
| XYZ | 33.66 | 64.83 | 15.15 | - |
| YUV | 160.66 | 71.75 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 243 | 61 | 0.85 | 0 | 0.75 | 0.05 | 126.99 | 0.9 | 0.55 |
| Hex | 25 | F3 | 3D | 55 | 0 | 4B | 5 | 7F | 5A | 37 |
| Octal | 45 | 363 | 75 | 125 | 0 | 113 | 5 | 177 | 132 | 67 |
| Binary | 100101 | 11110011 | 111101 | 1010101 | 0 | 1001011 | 101 | 1111111 | 1011010 | 110111 |
Color Harmonies of #25F33D
Complementary color
Monochromatic Colors of #25F33D
Black with #25F33D
Text Example
Text Example
White with #25F33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F33D; }
p { color: rgb(37,243,61); }
H1.HeaderClassName
{
color: #25F33D;
}
.AnyTagClassName
{
color: #25F33D;
}
</style>
background-color css
<style>
a { background-color: #25F33D; }
a { background-color: rgb(37,243,61); }
div.DivClassName
{
background-color: #25F33D;
}
.BgClassName
{
background-color: #25F33D;
}
</style>
border-color css
<style>
span { border-color: #25F33D; }
span { border-color: rgb(37,243,61); }
td.TdClassName
{
border-color: #25F33D;
}
.TagClassName
{
border-color: #25F33D;
}
</style>