Shades of Lime Green #25C343
Tints of Lime Green #25C343
RGB
CMYK
RGB Variations
Color information
#25C343 (or 0x25C343) is known color: Lime Green. HEX triplet: 25, C3 and 43. RGB value is (37,195,67). Sum of RGB (Red+Green+Blue) = 37+195+67=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 195 (76.56% from 255 or 65.22% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 195 - color contains mainly: green. Hex color #25C343 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C343 is #DA3CBC. Grayscale: #858585. Windows color (decimal): -14302397 or 4440869. OLE color: 4440869.
HSL color Cylindrical-coordinate representation of color #25C343: hue angle of 131.39º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C343 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 195 | 67 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.24 |
| HSL | 131.39º | 0.68% | 0.45% | - |
| HSV(B) | 131.39º | 0.81% | 0.76% | - |
| XYZ | 21.29 | 39.83 | 11.88 | - |
| YUV | 133.17 | 90.65 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 195 | 67 | 0.81 | 0 | 0.66 | 0.24 | 131.39 | 0.68 | 0.45 |
| Hex | 25 | C3 | 43 | 51 | 0 | 42 | 18 | 83 | 44 | 2D |
| Octal | 45 | 303 | 103 | 121 | 0 | 102 | 30 | 203 | 104 | 55 |
| Binary | 100101 | 11000011 | 1000011 | 1010001 | 0 | 1000010 | 11000 | 10000011 | 1000100 | 101101 |
Color Harmonies of #25C343
Complementary color
Monochromatic Colors of #25C343
Black with #25C343
Text Example
Text Example
White with #25C343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C343; }
p { color: rgb(37,195,67); }
H1.HeaderClassName
{
color: #25C343;
}
.AnyTagClassName
{
color: #25C343;
}
</style>
background-color css
<style>
a { background-color: #25C343; }
a { background-color: rgb(37,195,67); }
div.DivClassName
{
background-color: #25C343;
}
.BgClassName
{
background-color: #25C343;
}
</style>
border-color css
<style>
span { border-color: #25C343; }
span { border-color: rgb(37,195,67); }
td.TdClassName
{
border-color: #25C343;
}
.TagClassName
{
border-color: #25C343;
}
</style>