#34D250

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

Shades of Lime Green #34D250

Tints of Lime Green #34D250

Color information

#34D250 (or 0x34D250) is unknown color: approx Lime Green. HEX triplet: 34, D2 and 50. RGB value is (52,210,80). Sum of RGB (Red+Green+Blue) = 52+210+80=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 210 (82.42% from 255 or 61.40% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 210 - color contains mainly: green. Hex color #34D250 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D250 is #CB2DAF. Grayscale: #949494. Windows color (decimal): -13315504 or 5296692. OLE color: 5296692.

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

Color convert

RGB5221080-
CMYK0.7500.620.18
HSL130.63º63.71%51.37%-
HSV(B)130.63º75.24%82.35%-
XYZ25.9147.415.37-
YUV147.9489.6559.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.20%
GREEN value IS 210 (82.42% from 255) = 61.40%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=15.20%
G=61.40%
B=23.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal52210800.7500.620.18130.6363.7151.37
Hex34D2504B03E12834033
Octal643221201130762220310063
Binary1101001101001010100001001011011111010010100000111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,210,80); }

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

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

 a { background-color: rgb(52,210,80); }

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

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

 span { border-color: rgb(52,210,80); }

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