#34BC48

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

Shades of Lime Green #34BC48

Tints of Lime Green #34BC48

Color information

#34BC48 (or 0x34BC48) is unknown color: approx Lime Green. HEX triplet: 34, BC and 48. RGB value is (52,188,72). Sum of RGB (Red+Green+Blue) = 52+188+72=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BC48 is #CB43B7. Grayscale: #868686. Windows color (decimal): -13321144 or 4766772. OLE color: 4766772.

HSL color Cylindrical-coordinate representation of color #34BC48: hue angle of 128.82º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BC48 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB5218872-
CMYK0.7200.620.26
HSL128.82º56.67%47.06%-
HSV(B)128.82º72.34%73.73%-
XYZ20.5737.1612.22-
YUV134.1192.9469.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 188 (73.83% from 255) = 60.26%
BLUE value IS 72 (28.52% from 255) = 23.08%
R=16.67%
G=60.26%
B=23.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52188720.7200.620.26128.8256.6747.06
Hex34BC484803E1A81392f
Octal64274110110076322017157
Binary110100101111001001000100100001111101101010000001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,188,72); }

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

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

 a { background-color: rgb(52,188,72); }

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

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

 span { border-color: rgb(52,188,72); }

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