#34BF4C

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

Shades of Lime Green #34BF4C

Tints of Lime Green #34BF4C

Color information

#34BF4C (or 0x34BF4C) is unknown color: approx Lime Green. HEX triplet: 34, BF and 4C. RGB value is (52,191,76). Sum of RGB (Red+Green+Blue) = 52+191+76=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 191 (75% from 255 or 59.87% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 191 - color contains mainly: green. Hex color #34BF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BF4C is #CB40B3. Grayscale: #888888. Windows color (decimal): -13320372 or 5029684. OLE color: 5029684.

HSL color Cylindrical-coordinate representation of color #34BF4C: hue angle of 130.36º 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 #34BF4C is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB5219176-
CMYK0.7300.600.25
HSL130.36º57.2%47.65%-
HSV(B)130.36º72.77%74.9%-
XYZ21.3538.5113.15-
YUV136.3393.9567.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 191 (75% from 255) = 59.87%
BLUE value IS 76 (30.08% from 255) = 23.82%
R=16.30%
G=59.87%
B=23.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52191760.7300.600.25130.3657.247.65
Hex34BF4C4903C19823930
Octal64277114111074312027160
Binary110100101111111001100100100101111001100110000010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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