#34B731

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

Shades of Lime Green #34B731

Tints of Lime Green #34B731

Color information

#34B731 (or 0x34B731) is unknown color: approx Lime Green. HEX triplet: 34, B7 and 31. RGB value is (52,183,49). Sum of RGB (Red+Green+Blue) = 52+183+49=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 183 (71.88% from 255 or 64.44% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 183 - color contains mainly: green. Hex color #34B731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B731 is #CB48CE. Grayscale: #808080. Windows color (decimal): -13322447 or 3258164. OLE color: 3258164.

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

Color convert

RGB5218349-
CMYK0.7200.730.28
HSL118.66º57.76%45.49%-
HSV(B)118.66º73.22%71.76%-
XYZ18.934.828.63-
YUV128.5683.173.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.31%
GREEN value IS 183 (71.88% from 255) = 64.44%
BLUE value IS 49 (19.53% from 255) = 17.25%
R=18.31%
G=64.44%
B=17.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal52183490.7200.730.28118.6657.7645.49
Hex34B731480491C773a2d
Octal64267611100111341677255
Binary11010010110111110001100100001001001111001110111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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