#25DA2A

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

Shades of Lime Green #25DA2A

Tints of Lime Green #25DA2A

Color information

#25DA2A (or 0x25DA2A) is unknown color: approx Lime Green. HEX triplet: 25, DA and 2A. RGB value is (37,218,42). Sum of RGB (Red+Green+Blue) = 37+218+42=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 218 (85.55% from 255 or 73.40% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 218 - color contains mainly: green. Hex color #25DA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DA2A is #DA25D5. Grayscale: #909090. Windows color (decimal): -14296534 or 2808357. OLE color: 2808357.

HSL color Cylindrical-coordinate representation of color #25DA2A: hue angle of 121.66º 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 #25DA2A is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB3721842-
CMYK0.8300.810.15
HSL121.66º70.98%50%-
HSV(B)121.66º83.03%85.49%-
XYZ26.2550.710.59-
YUV143.8270.5351.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.46%
GREEN value IS 218 (85.55% from 255) = 73.40%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=12.46%
G=73.40%
B=14.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal37218420.8300.810.15121.6670.9850
Hex25DA2A53051F7a4732
Octal453325212301211717210762
Binary10010111011010101010101001101010001111111110101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,218,42); }

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

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

 a { background-color: rgb(37,218,42); }

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

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

 span { border-color: rgb(37,218,42); }

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