#25AE34

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

Shades of Lime Green #25AE34

Tints of Lime Green #25AE34

Color information

#25AE34 (or 0x25AE34) is unknown color: approx Lime Green. HEX triplet: 25, AE and 34. RGB value is (37,174,52). Sum of RGB (Red+Green+Blue) = 37+174+52=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 174 (68.36% from 255 or 66.16% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 174 - color contains mainly: green. Hex color #25AE34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25AE34 is #DA51CB. Grayscale: #777777. Windows color (decimal): -14307788 or 3452453. OLE color: 3452453.

HSL color Cylindrical-coordinate representation of color #25AE34: hue angle of 126.57º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AE34 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB3717452-
CMYK0.7900.700.32
HSL126.57º64.93%41.37%-
HSV(B)126.57º78.74%68.24%-
XYZ16.5230.918.35-
YUV119.1390.1169.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.07%
GREEN value IS 174 (68.36% from 255) = 66.16%
BLUE value IS 52 (20.70% from 255) = 19.77%
R=14.07%
G=66.16%
B=19.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal37174520.7900.700.32126.5764.9341.37
Hex25AE344F046207f4129
Octal452566411701064017710151
Binary1001011010111011010010011110100011010000011111111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,174,52); }

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

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

 a { background-color: rgb(37,174,52); }

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

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

 span { border-color: rgb(37,174,52); }

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