#34B12B

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

Shades of Lime Green #34B12B

Tints of Lime Green #34B12B

Color information

#34B12B (or 0x34B12B) is unknown color: approx Lime Green. HEX triplet: 34, B1 and 2B. RGB value is (52,177,43). Sum of RGB (Red+Green+Blue) = 52+177+43=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 177 (69.53% from 255 or 65.07% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 177 - color contains mainly: green. Hex color #34B12B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B12B is #CB4ED4. Grayscale: #7C7C7C. Windows color (decimal): -13323989 or 2863412. OLE color: 2863412.

HSL color Cylindrical-coordinate representation of color #34B12B: hue angle of 115.97º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34B12B is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB5217743-
CMYK0.7100.760.31
HSL115.97º60.91%43.14%-
HSV(B)115.97º75.71%69.41%-
XYZ17.5732.357.6-
YUV124.3582.0976.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 177 (69.53% from 255) = 65.07%
BLUE value IS 43 (17.19% from 255) = 15.81%
R=19.12%
G=65.07%
B=15.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52177430.7100.760.31115.9760.9143.14
Hex34B12B4704C1F743d2b
Octal64261531070114371647553
Binary11010010110001101011100011101001100111111110100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,177,43); }

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

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

 a { background-color: rgb(52,177,43); }

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

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

 span { border-color: rgb(52,177,43); }

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