#34BF4F

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

Shades of Lime Green #34BF4F

Tints of Lime Green #34BF4F

Color information

#34BF4F (or 0x34BF4F) is unknown color: approx Lime Green. HEX triplet: 34, BF and 4F. RGB value is (52,191,79). Sum of RGB (Red+Green+Blue) = 52+191+79=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #34BF4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BF4F is #CB40B0. Grayscale: #888888. Windows color (decimal): -13320369 or 5226292. OLE color: 5226292.

HSL color Cylindrical-coordinate representation of color #34BF4F: hue angle of 131.65º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BF4F is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB5219179-
CMYK0.7300.590.25
HSL131.65º57.2%47.65%-
HSV(B)131.65º72.77%74.9%-
XYZ21.4638.5613.71-
YUV136.6795.4567.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.15%
GREEN value IS 191 (75% from 255) = 59.32%
BLUE value IS 79 (31.25% from 255) = 24.53%
R=16.15%
G=59.32%
B=24.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52191790.7300.590.25131.6557.247.65
Hex34BF4F4903B19843930
Octal64277117111073312047160
Binary110100101111111001111100100101110111100110000100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,191,79); }

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

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

 a { background-color: rgb(52,191,79); }

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

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

 span { border-color: rgb(52,191,79); }

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