#44C134

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

Shades of Lime Green #44C134

Tints of Lime Green #44C134

Color information

#44C134 (or 0x44C134) is unknown color: approx Lime Green. HEX triplet: 44, C1 and 34. RGB value is (68,193,52). Sum of RGB (Red+Green+Blue) = 68+193+52=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 193 (75.78% from 255 or 61.66% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 193 - color contains mainly: green. Hex color #44C134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C134 is #BB3ECB. Grayscale: #8B8B8B. Windows color (decimal): -12271308 or 3457348. OLE color: 3457348.

HSL color Cylindrical-coordinate representation of color #44C134: hue angle of 113.19º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44C134 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB6819352-
CMYK0.6500.730.24
HSL113.19º57.55%48.04%-
HSV(B)113.19º73.06%75.69%-
XYZ22.0739.629.73-
YUV139.5578.5976.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 193 (75.78% from 255) = 61.66%
BLUE value IS 52 (20.70% from 255) = 16.61%
R=21.73%
G=61.66%
B=16.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68193520.6500.730.24113.1957.5548.04
Hex44C1344104918713a30
Octal104301641010111301617260
Binary100010011000001110100100000101001001110001110001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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