#44BD34

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

Shades of Lime Green #44BD34

Tints of Lime Green #44BD34

Color information

#44BD34 (or 0x44BD34) is unknown color: approx Lime Green. HEX triplet: 44, BD and 34. RGB value is (68,189,52). Sum of RGB (Red+Green+Blue) = 68+189+52=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 189 (74.22% from 255 or 61.17% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 189 - color contains mainly: green. Hex color #44BD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BD34 is #BB42CB. Grayscale: #898989. Windows color (decimal): -12272332 or 3456324. OLE color: 3456324.

HSL color Cylindrical-coordinate representation of color #44BD34: hue angle of 112.99º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44BD34 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB6818952-
CMYK0.6400.720.26
HSL112.99º56.85%47.25%-
HSV(B)112.99º72.49%74.12%-
XYZ21.237.879.44-
YUV137.279.9178.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 189 (74.22% from 255) = 61.17%
BLUE value IS 52 (20.70% from 255) = 16.83%
R=22.01%
G=61.17%
B=16.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal68189520.6400.720.26112.9956.8547.25
Hex44BD34400481A71392f
Octal104275641000110321617157
Binary100010010111101110100100000001001000110101110001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44BD34; }

 p { color: rgb(68,189,52); }

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

<style>
 a { background-color: #44BD34; }

 a { background-color: rgb(68,189,52); }

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

<style>
 span { border-color: #44BD34; }

 span { border-color: rgb(68,189,52); }

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