#25DF1F

Color #25DF1F Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #25DF1F

Tints of Lime Green #25DF1F

Color information

#25DF1F (or 0x25DF1F) is unknown color: approx Lime Green. HEX triplet: 25, DF and 1F. RGB value is (37,223,31). Sum of RGB (Red+Green+Blue) = 37+223+31=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 223 (87.5% from 255 or 76.63% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 223 - color contains mainly: green. Hex color #25DF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DF1F is #DA20E0. Grayscale: #929292. Windows color (decimal): -14295265 or 2088741. OLE color: 2088741.

HSL color Cylindrical-coordinate representation of color #25DF1F: hue angle of 118.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25DF1F is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB3722331-
CMYK0.8300.860.13
HSL118.12º75.59%49.8%-
HSV(B)118.12º86.1%87.45%-
XYZ27.453.2710.13-
YUV145.563.3850.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 12.71%
GREEN value IS 223 (87.5% from 255) = 76.63%
BLUE value IS 31 (12.5% from 255) = 10.65%
R=12.71%
G=76.63%
B=10.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal37223310.8300.860.13118.1275.5949.8
Hex25DF1F53056D764c32
Octal453373712301261516611462
Binary1001011101111111111101001101010110110111101101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DF1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25DF1F; }

 p { color: rgb(37,223,31); }

 H1.HeaderClassName
 {
   color: #25DF1F;
 }
 .AnyTagClassName
 {
   color: #25DF1F;
 }
</style>
background-color css

<style>
 a { background-color: #25DF1F; }

 a { background-color: rgb(37,223,31); }

 div.DivClassName
 {
   background-color: #25DF1F;
 }
 .BgClassName
 {
   background-color: #25DF1F;
 }
</style>
border-color css

<style>
 span { border-color: #25DF1F; }

 span { border-color: rgb(37,223,31); }

 td.TdClassName
 {
   border-color: #25DF1F;
 }
 .TagClassName
 {
   border-color: #25DF1F;
 }
</style>