#34AE25

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

Shades of Lime Green #34AE25

Tints of Lime Green #34AE25

Color information

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

HSL color Cylindrical-coordinate representation of color #34AE25: hue angle of 113.43º 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 #34AE25 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB5217437-
CMYK0.7000.790.32
HSL113.43º64.93%41.37%-
HSV(B)113.43º78.74%68.24%-
XYZ16.8931.146.87-
YUV121.980.0878.14-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52174370.7000.790.32113.4364.9341.37
Hex34AE254604F20714129
Octal642564510601174016110151
Binary1101001010111010010110001100100111110000011100011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AE25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34AE25; }

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

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

<style>
 a { background-color: #34AE25; }

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

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

<style>
 span { border-color: #34AE25; }

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

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