#34B72E

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

Shades of Lime Green #34B72E

Tints of Lime Green #34B72E

Color information

#34B72E (or 0x34B72E) is unknown color: approx Lime Green. HEX triplet: 34, B7 and 2E. RGB value is (52,183,46). Sum of RGB (Red+Green+Blue) = 52+183+46=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 183 (71.88% from 255 or 65.12% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 183 - color contains mainly: green. Hex color #34B72E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B72E is #CB48D1. Grayscale: #808080. Windows color (decimal): -13322450 or 3061556. OLE color: 3061556.

HSL color Cylindrical-coordinate representation of color #34B72E: hue angle of 117.37º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34B72E is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB5218346-
CMYK0.7200.750.28
HSL117.37º59.83%44.9%-
HSV(B)117.37º74.86%71.76%-
XYZ18.8434.798.31-
YUV128.2181.673.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 183 (71.88% from 255) = 65.12%
BLUE value IS 46 (18.36% from 255) = 16.37%
R=18.51%
G=65.12%
B=16.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal52183460.7200.750.28117.3759.8344.9
Hex34B72E4804B1C753c2d
Octal64267561100113341657455
Binary11010010110111101110100100001001011111001110101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B72E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,183,46); }

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

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

 a { background-color: rgb(52,183,46); }

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

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

 span { border-color: rgb(52,183,46); }

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