#34B944

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

Shades of Lime Green #34B944

Tints of Lime Green #34B944

Color information

#34B944 (or 0x34B944) is unknown color: approx Lime Green. HEX triplet: 34, B9 and 44. RGB value is (52,185,68). Sum of RGB (Red+Green+Blue) = 52+185+68=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 185 (72.66% from 255 or 60.66% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 185 - color contains mainly: green. Hex color #34B944 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B944 is #CB46BB. Grayscale: #848484. Windows color (decimal): -13321916 or 4503860. OLE color: 4503860.

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

Color convert

RGB5218568-
CMYK0.7200.630.27
HSL127.22º56.12%46.47%-
HSV(B)127.22º71.89%72.55%-
XYZ19.8135.8511.34-
YUV131.991.9471.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 185 (72.66% from 255) = 60.66%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=17.05%
G=60.66%
B=22.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52185680.7200.630.27127.2256.1246.47
Hex34B9444803F1B7f382e
Octal64271104110077331777056
Binary11010010111001100010010010000111111110111111111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,185,68); }

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

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

 a { background-color: rgb(52,185,68); }

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

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

 span { border-color: rgb(52,185,68); }

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