#25DE22

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

Shades of Lime Green #25DE22

Tints of Lime Green #25DE22

Color information

#25DE22 (or 0x25DE22) is unknown color: approx Lime Green. HEX triplet: 25, DE and 22. RGB value is (37,222,34). Sum of RGB (Red+Green+Blue) = 37+222+34=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 222 (87.11% from 255 or 75.77% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 222 - color contains mainly: green. Hex color #25DE22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DE22 is #DA21DD. Grayscale: #919191. Windows color (decimal): -14295518 or 2285093. OLE color: 2285093.

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

Color convert

RGB3722234-
CMYK0.8300.850.13
HSL119.04º74.02%50.2%-
HSV(B)119.04º84.68%87.06%-
XYZ27.1752.7510.26-
YUV145.2565.2150.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.63%
GREEN value IS 222 (87.11% from 255) = 75.77%
BLUE value IS 34 (13.67% from 255) = 11.60%
R=12.63%
G=75.77%
B=11.60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal37222340.8300.850.13119.0474.0250.2
Hex25DE2253055D774a32
Octal453364212301251516711262
Binary10010111011110100010101001101010101110111101111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DE22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,222,34); }

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

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

 a { background-color: rgb(37,222,34); }

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

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

 span { border-color: rgb(37,222,34); }

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