Shades of Lime Green #25DF1B
Tints of Lime Green #25DF1B
RGB
CMYK
RGB Variations
Color information
#25DF1B (or 0x25DF1B) is known color: Lime Green. HEX triplet: 25, DF and 1B. RGB value is (37,223,27). Sum of RGB (Red+Green+Blue) = 37+223+27=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 223 (87.5% from 255 or 77.70% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 223 - color contains mainly: green. Hex color #25DF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DF1B is #DA20E4. Grayscale: #919191. Windows color (decimal): -14295269 or 1826597. OLE color: 1826597.
HSL color Cylindrical-coordinate representation of color #25DF1B: hue angle of 116.94º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25DF1B is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 223 | 27 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.13 |
| HSL | 116.94º | 0.78% | 0.49% | - |
| HSV(B) | 116.94º | 0.88% | 0.87% | - |
| XYZ | 27.35 | 53.25 | 9.87 | - |
| YUV | 145.04 | 61.38 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 223 | 27 | 0.83 | 0 | 0.88 | 0.13 | 116.94 | 0.78 | 0.49 |
| Hex | 25 | DF | 1B | 53 | 0 | 58 | D | 75 | 4E | 31 |
| Octal | 45 | 337 | 33 | 123 | 0 | 130 | 15 | 165 | 116 | 61 |
| Binary | 100101 | 11011111 | 11011 | 1010011 | 0 | 1011000 | 1101 | 1110101 | 1001110 | 110001 |
Color Harmonies of #25DF1B
Complementary color
Monochromatic Colors of #25DF1B
Black with #25DF1B
Text Example
Text Example
White with #25DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DF1B; }
p { color: rgb(37,223,27); }
H1.HeaderClassName
{
color: #25DF1B;
}
.AnyTagClassName
{
color: #25DF1B;
}
</style>
background-color css
<style>
a { background-color: #25DF1B; }
a { background-color: rgb(37,223,27); }
div.DivClassName
{
background-color: #25DF1B;
}
.BgClassName
{
background-color: #25DF1B;
}
</style>
border-color css
<style>
span { border-color: #25DF1B; }
span { border-color: rgb(37,223,27); }
td.TdClassName
{
border-color: #25DF1B;
}
.TagClassName
{
border-color: #25DF1B;
}
</style>