#34B640

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

Shades of Lime Green #34B640

Tints of Lime Green #34B640

Color information

#34B640 (or 0x34B640) is unknown color: approx Lime Green. HEX triplet: 34, B6 and 40. RGB value is (52,182,64). Sum of RGB (Red+Green+Blue) = 52+182+64=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 182 (71.48% from 255 or 61.07% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 182 - color contains mainly: green. Hex color #34B640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B640 is #CB49BF. Grayscale: #828282. Windows color (decimal): -13322688 or 4240948. OLE color: 4240948.

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

Color convert

RGB5218264-
CMYK0.7100.650.29
HSL125.54º55.56%45.88%-
HSV(B)125.54º71.43%71.37%-
XYZ19.0734.5610.52-
YUV129.6890.9372.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 182 (71.48% from 255) = 61.07%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=17.45%
G=61.07%
B=21.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52182640.7100.650.29125.5455.5645.88
Hex34B640470411D7e382e
Octal642661001070101351767056
Binary110100101101101000000100011101000001111011111110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,182,64); }

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

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

 a { background-color: rgb(52,182,64); }

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

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

 span { border-color: rgb(52,182,64); }

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