#34B228

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

Shades of Lime Green #34B228

Tints of Lime Green #34B228

Color information

#34B228 (or 0x34B228) is unknown color: approx Lime Green. HEX triplet: 34, B2 and 28. RGB value is (52,178,40). Sum of RGB (Red+Green+Blue) = 52+178+40=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 178 (69.92% from 255 or 65.93% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 178 - color contains mainly: green. Hex color #34B228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B228 is #CB4DD7. Grayscale: #7D7D7D. Windows color (decimal): -13323736 or 2667060. OLE color: 2667060.

HSL color Cylindrical-coordinate representation of color #34B228: hue angle of 114.78º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34B228 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB5217840-
CMYK0.7100.780.30
HSL114.78º63.3%42.75%-
HSV(B)114.78º77.53%69.8%-
XYZ17.7232.727.39-
YUV124.5980.2676.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 178 (69.92% from 255) = 65.93%
BLUE value IS 40 (16.02% from 255) = 14.81%
R=19.26%
G=65.93%
B=14.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal52178400.7100.780.30114.7863.342.75
Hex34B2284704E1E733f2b
Octal64262501070116361637753
Binary11010010110010101000100011101001110111101110011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,178,40); }

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

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

 a { background-color: rgb(52,178,40); }

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

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

 span { border-color: rgb(52,178,40); }

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