#34BE37

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

Shades of Lime Green #34BE37

Tints of Lime Green #34BE37

Color information

#34BE37 (or 0x34BE37) is unknown color: approx Lime Green. HEX triplet: 34, BE and 37. RGB value is (52,190,55). Sum of RGB (Red+Green+Blue) = 52+190+55=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 190 (74.61% from 255 or 63.97% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 190 - color contains mainly: green. Hex color #34BE37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BE37 is #CB41C8. Grayscale: #858585. Windows color (decimal): -13320649 or 3653172. OLE color: 3653172.

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

Color convert

RGB5219055-
CMYK0.7300.710.25
HSL121.3º57.02%47.45%-
HSV(B)121.3º72.63%74.51%-
XYZ20.5237.839.84-
YUV133.3583.7869.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 190 (74.61% from 255) = 63.97%
BLUE value IS 55 (21.88% from 255) = 18.52%
R=17.51%
G=63.97%
B=18.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52190550.7300.710.25121.357.0247.45
Hex34BE37490471979392f
Octal64276671110107311717157
Binary11010010111110110111100100101000111110011111001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,190,55); }

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

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

 a { background-color: rgb(52,190,55); }

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

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

 span { border-color: rgb(52,190,55); }

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