#34B130

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

Shades of Lime Green #34B130

Tints of Lime Green #34B130

Color information

#34B130 (or 0x34B130) is unknown color: approx Lime Green. HEX triplet: 34, B1 and 30. RGB value is (52,177,48). Sum of RGB (Red+Green+Blue) = 52+177+48=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 177 (69.53% from 255 or 63.90% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 177 - color contains mainly: green. Hex color #34B130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B130 is #CB4ECF. Grayscale: #7D7D7D. Windows color (decimal): -13323984 or 3191092. OLE color: 3191092.

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

Color convert

RGB5217748-
CMYK0.7100.730.31
HSL118.14º57.33%44.12%-
HSV(B)118.14º72.88%69.41%-
XYZ17.6732.398.12-
YUV124.9284.5975.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 177 (69.53% from 255) = 63.90%
BLUE value IS 48 (19.14% from 255) = 17.33%
R=18.77%
G=63.90%
B=17.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52177480.7100.730.31118.1457.3344.12
Hex34B130470491F76392c
Octal64261601070111371667154
Binary11010010110001110000100011101001001111111110110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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