#34BF25

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

Shades of Lime Green #34BF25

Tints of Lime Green #34BF25

Color information

#34BF25 (or 0x34BF25) is unknown color: approx Lime Green. HEX triplet: 34, BF and 25. RGB value is (52,191,37). Sum of RGB (Red+Green+Blue) = 52+191+37=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 191 (75% from 255 or 68.21% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 191 - color contains mainly: green. Hex color #34BF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BF25 is #CB40DA. Grayscale: #848484. Windows color (decimal): -13320411 or 2473780. OLE color: 2473780.

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

Color convert

RGB5219137-
CMYK0.7300.810.25
HSL114.16º67.54%44.71%-
HSV(B)114.16º80.63%74.9%-
XYZ20.3838.138.03-
YUV131.8874.4571.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 191 (75% from 255) = 68.21%
BLUE value IS 37 (14.84% from 255) = 13.21%
R=18.57%
G=68.21%
B=13.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52191370.7300.810.25114.1667.5444.71
Hex34BF25490511972442d
Octal642774511101213116210455
Binary110100101111111001011001001010100011100111100101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BF25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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