#25AA3A

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

Shades of Lime Green #25AA3A

Tints of Lime Green #25AA3A

Color information

#25AA3A (or 0x25AA3A) is unknown color: approx Lime Green. HEX triplet: 25, AA and 3A. RGB value is (37,170,58). Sum of RGB (Red+Green+Blue) = 37+170+58=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 170 (66.80% from 255 or 64.15% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 170 - color contains mainly: green. Hex color #25AA3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25AA3A is #DA55C5. Grayscale: #757575. Windows color (decimal): -14308806 or 3844645. OLE color: 3844645.

HSL color Cylindrical-coordinate representation of color #25AA3A: hue angle of 129.47º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25AA3A is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB3717058-
CMYK0.7800.660.33
HSL129.47º64.25%40.59%-
HSV(B)129.47º78.24%66.67%-
XYZ15.929.458.85-
YUV117.4694.4470.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.96%
GREEN value IS 170 (66.80% from 255) = 64.15%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=13.96%
G=64.15%
B=21.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37170580.7800.660.33129.4764.2540.59
Hex25AA3A4E04221814029
Octal452527211601024120110051
Binary10010110101010111010100111001000010100001100000011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,170,58); }

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

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

 a { background-color: rgb(37,170,58); }

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

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

 span { border-color: rgb(37,170,58); }

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