#34B432

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

Shades of Lime Green #34B432

Tints of Lime Green #34B432

Color information

#34B432 (or 0x34B432) is unknown color: approx Lime Green. HEX triplet: 34, B4 and 32. RGB value is (52,180,50). Sum of RGB (Red+Green+Blue) = 52+180+50=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 180 (70.70% from 255 or 63.83% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 180 - color contains mainly: green. Hex color #34B432 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B432 is #CB4BCD. Grayscale: #7F7F7F. Windows color (decimal): -13323214 or 3322932. OLE color: 3322932.

HSL color Cylindrical-coordinate representation of color #34B432: hue angle of 119.08º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B432 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB5218050-
CMYK0.7100.720.29
HSL119.08º56.52%45.1%-
HSV(B)119.08º72.22%70.59%-
XYZ18.3133.68.54-
YUV126.9184.5974.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 180 (70.70% from 255) = 63.83%
BLUE value IS 50 (19.92% from 255) = 17.73%
R=18.44%
G=63.83%
B=17.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52180500.7100.720.29119.0856.5245.1
Hex34B432470481D77392d
Octal64264621070110351677155
Binary11010010110100110010100011101001000111011110111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,180,50); }

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

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

 a { background-color: rgb(52,180,50); }

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

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

 span { border-color: rgb(52,180,50); }

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