#34B722

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

Shades of Lime Green #34B722

Tints of Lime Green #34B722

Color information

#34B722 (or 0x34B722) is unknown color: approx Lime Green. HEX triplet: 34, B7 and 22. RGB value is (52,183,34). Sum of RGB (Red+Green+Blue) = 52+183+34=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 183 (71.88% from 255 or 68.03% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 183 - color contains mainly: green. Hex color #34B722 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B722 is #CB48DD. Grayscale: #7F7F7F. Windows color (decimal): -13322462 or 2275124. OLE color: 2275124.

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

Color convert

RGB5218334-
CMYK0.7200.810.28
HSL112.75º68.66%42.55%-
HSV(B)112.75º81.42%71.76%-
XYZ18.6434.717.23-
YUV126.8475.674.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 183 (71.88% from 255) = 68.03%
BLUE value IS 34 (13.67% from 255) = 12.64%
R=19.33%
G=68.03%
B=12.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal52183340.7200.810.28112.7568.6642.55
Hex34B722480511C71452b
Octal642674211001213416110553
Binary110100101101111000101001000010100011110011100011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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