#34BF3A

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

Shades of Lime Green #34BF3A

Tints of Lime Green #34BF3A

Color information

#34BF3A (or 0x34BF3A) is unknown color: approx Lime Green. HEX triplet: 34, BF and 3A. RGB value is (52,191,58). Sum of RGB (Red+Green+Blue) = 52+191+58=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 191 (75% from 255 or 63.46% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 191 - color contains mainly: green. Hex color #34BF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BF3A is #CB40C5. Grayscale: #868686. Windows color (decimal): -13320390 or 3850036. OLE color: 3850036.

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

Color convert

RGB5219158-
CMYK0.7300.700.25
HSL122.59º57.2%47.65%-
HSV(B)122.59º72.77%74.9%-
XYZ20.8138.310.3-
YUV134.2884.9569.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 191 (75% from 255) = 63.46%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=17.28%
G=63.46%
B=19.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52191580.7300.700.25122.5957.247.65
Hex34BF3A49046197b3930
Octal64277721110106311737160
Binary11010010111111111010100100101000110110011111011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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