#34D058

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

Shades of Lime Green #34D058

Tints of Lime Green #34D058

Color information

#34D058 (or 0x34D058) is unknown color: approx Lime Green. HEX triplet: 34, D0 and 58. RGB value is (52,208,88). Sum of RGB (Red+Green+Blue) = 52+208+88=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 208 (81.64% from 255 or 59.77% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 208 - color contains mainly: green. Hex color #34D058 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D058 is #CB2FA7. Grayscale: #949494. Windows color (decimal): -13316008 or 5820468. OLE color: 5820468.

HSL color Cylindrical-coordinate representation of color #34D058: hue angle of 133.85º 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 #34D058 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB5220888-
CMYK0.7500.580.18
HSL133.85º62.4%50.98%-
HSV(B)133.85º75%81.57%-
XYZ25.7346.5516.86-
YUV147.6894.3259.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.94%
GREEN value IS 208 (81.64% from 255) = 59.77%
BLUE value IS 88 (34.77% from 255) = 25.29%
R=14.94%
G=59.77%
B=25.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal52208880.7500.580.18133.8562.450.98
Hex34D0584B03A12863e33
Octal64320130113072222067663
Binary110100110100001011000100101101110101001010000110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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