#25D840

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

Shades of Lime Green #25D840

Tints of Lime Green #25D840

Color information

#25D840 (or 0x25D840) is unknown color: approx Lime Green. HEX triplet: 25, D8 and 40. RGB value is (37,216,64). Sum of RGB (Red+Green+Blue) = 37+216+64=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 216 (84.77% from 255 or 68.14% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 216 - color contains mainly: green. Hex color #25D840 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D840 is #DA27BF. Grayscale: #919191. Windows color (decimal): -14297024 or 4249637. OLE color: 4249637.

HSL color Cylindrical-coordinate representation of color #25D840: hue angle of 129.05º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D840 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB3721664-
CMYK0.8300.700.15
HSL129.05º70.75%49.61%-
HSV(B)129.05º82.87%84.71%-
XYZ26.2449.8813.09-
YUV145.1582.250.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.67%
GREEN value IS 216 (84.77% from 255) = 68.14%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=11.67%
G=68.14%
B=20.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal37216640.8300.700.15129.0570.7549.61
Hex25D84053046F814732
Octal4533010012301061720110762
Binary1001011101100010000001010011010001101111100000011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25D840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,216,64); }

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

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

 a { background-color: rgb(37,216,64); }

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

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

 span { border-color: rgb(37,216,64); }

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