#34D92A

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

Shades of Lime Green #34D92A

Tints of Lime Green #34D92A

Color information

#34D92A (or 0x34D92A) is unknown color: approx Lime Green. HEX triplet: 34, D9 and 2A. RGB value is (52,217,42). Sum of RGB (Red+Green+Blue) = 52+217+42=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 217 (85.16% from 255 or 69.77% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 217 - color contains mainly: green. Hex color #34D92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D92A is #CB26D5. Grayscale: #949494. Windows color (decimal): -13313750 or 2808116. OLE color: 2808116.

HSL color Cylindrical-coordinate representation of color #34D92A: hue angle of 116.57º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34D92A is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB5221742-
CMYK0.7600.810.15
HSL116.57º69.72%50.78%-
HSV(B)116.57º80.65%85.1%-
XYZ26.6550.5210.54-
YUV147.7268.3459.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.72%
GREEN value IS 217 (85.16% from 255) = 69.77%
BLUE value IS 42 (16.80% from 255) = 13.50%
R=16.72%
G=69.77%
B=13.50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal52217420.7600.810.15116.5769.7250.78
Hex34D92A4C051F754633
Octal643315211401211716510663
Binary11010011011001101010100110001010001111111101011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,217,42); }

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

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

 a { background-color: rgb(52,217,42); }

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

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

 span { border-color: rgb(52,217,42); }

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