#34BA39

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

Shades of Lime Green #34BA39

Tints of Lime Green #34BA39

Color information

#34BA39 (or 0x34BA39) is unknown color: approx Lime Green. HEX triplet: 34, BA and 39. RGB value is (52,186,57). Sum of RGB (Red+Green+Blue) = 52+186+57=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA39 is #CB45C6. Grayscale: #838383. Windows color (decimal): -13321671 or 3783220. OLE color: 3783220.

HSL color Cylindrical-coordinate representation of color #34BA39: hue angle of 122.24º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BA39 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB5218657-
CMYK0.7200.690.27
HSL122.24º56.3%46.67%-
HSV(B)122.24º72.04%72.94%-
XYZ19.7136.149.81-
YUV131.2386.1171.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 186 (73.05% from 255) = 63.05%
BLUE value IS 57 (22.66% from 255) = 19.32%
R=17.63%
G=63.05%
B=19.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52186570.7200.690.27122.2456.346.67
Hex34BA39480451B7a382f
Octal64272711100105331727057
Binary11010010111010111001100100001000101110111111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,186,57); }

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

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

 a { background-color: rgb(52,186,57); }

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

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

 span { border-color: rgb(52,186,57); }

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