#34B943

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

Shades of Lime Green #34B943

Tints of Lime Green #34B943

Color information

#34B943 (or 0x34B943) is unknown color: approx Lime Green. HEX triplet: 34, B9 and 43. RGB value is (52,185,67). Sum of RGB (Red+Green+Blue) = 52+185+67=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 185 (72.66% from 255 or 60.86% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 185 - color contains mainly: green. Hex color #34B943 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B943 is #CB46BC. Grayscale: #848484. Windows color (decimal): -13321917 or 4438324. OLE color: 4438324.

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

Color convert

RGB5218567-
CMYK0.7200.640.27
HSL126.77º56.12%46.47%-
HSV(B)126.77º71.89%72.55%-
XYZ19.7835.8311.18-
YUV131.7891.4471.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 185 (72.66% from 255) = 60.86%
BLUE value IS 67 (26.56% from 255) = 22.04%
R=17.11%
G=60.86%
B=22.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52185670.7200.640.27126.7756.1246.47
Hex34B943480401B7f382e
Octal642711031100100331777056
Binary110100101110011000011100100001000000110111111111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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