#34D053

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

Shades of Lime Green #34D053

Tints of Lime Green #34D053

Color information

#34D053 (or 0x34D053) is unknown color: approx Lime Green. HEX triplet: 34, D0 and 53. RGB value is (52,208,83). Sum of RGB (Red+Green+Blue) = 52+208+83=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 208 (81.64% from 255 or 60.64% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 208 - color contains mainly: green. Hex color #34D053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D053 is #CB2FAC. Grayscale: #939393. Windows color (decimal): -13316013 or 5492788. OLE color: 5492788.

HSL color Cylindrical-coordinate representation of color #34D053: hue angle of 131.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D053 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB5220883-
CMYK0.7500.600.18
HSL131.92º62.4%50.98%-
HSV(B)131.92º75%81.57%-
XYZ25.5346.4715.81-
YUV147.1191.8260.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.16%
GREEN value IS 208 (81.64% from 255) = 60.64%
BLUE value IS 83 (32.81% from 255) = 24.20%
R=15.16%
G=60.64%
B=24.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal52208830.7500.600.18131.9262.450.98
Hex34D0534B03C12843e33
Octal64320123113074222047663
Binary110100110100001010011100101101111001001010000100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,208,83); }

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

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

 a { background-color: rgb(52,208,83); }

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

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

 span { border-color: rgb(52,208,83); }

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