#34B836

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

Shades of Lime Green #34B836

Tints of Lime Green #34B836

Color information

#34B836 (or 0x34B836) is unknown color: approx Lime Green. HEX triplet: 34, B8 and 36. RGB value is (52,184,54). Sum of RGB (Red+Green+Blue) = 52+184+54=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 184 (72.27% from 255 or 63.45% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 184 - color contains mainly: green. Hex color #34B836 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B836 is #CB47C9. Grayscale: #828282. Windows color (decimal): -13322186 or 3586100. OLE color: 3586100.

HSL color Cylindrical-coordinate representation of color #34B836: hue angle of 120.91º 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 #34B836 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB5218454-
CMYK0.7200.710.28
HSL120.91º55.93%46.27%-
HSV(B)120.91º71.74%72.16%-
XYZ19.2235.289.29-
YUV129.7185.2772.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.93%
GREEN value IS 184 (72.27% from 255) = 63.45%
BLUE value IS 54 (21.48% from 255) = 18.62%
R=17.93%
G=63.45%
B=18.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal52184540.7200.710.28120.9155.9346.27
Hex34B836480471C79382e
Octal64270661100107341717056
Binary11010010111000110110100100001000111111001111001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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