#34B837

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

Shades of Lime Green #34B837

Tints of Lime Green #34B837

Color information

#34B837 (or 0x34B837) is unknown color: approx Lime Green. HEX triplet: 34, B8 and 37. RGB value is (52,184,55). Sum of RGB (Red+Green+Blue) = 52+184+55=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 184 (72.27% from 255 or 63.23% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 184 - color contains mainly: green. Hex color #34B837 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B837 is #CB47C8. Grayscale: #828282. Windows color (decimal): -13322185 or 3651636. OLE color: 3651636.

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

Color convert

RGB5218455-
CMYK0.7200.700.28
HSL121.36º55.93%46.27%-
HSV(B)121.36º71.74%72.16%-
XYZ19.2535.299.41-
YUV129.8385.7772.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 184 (72.27% from 255) = 63.23%
BLUE value IS 55 (21.88% from 255) = 18.90%
R=17.87%
G=63.23%
B=18.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal52184550.7200.700.28121.3655.9346.27
Hex34B837480461C79382e
Octal64270671100106341717056
Binary11010010111000110111100100001000110111001111001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,184,55); }

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

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

 a { background-color: rgb(52,184,55); }

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

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

 span { border-color: rgb(52,184,55); }

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