#44BC3A

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

Shades of Lime Green #44BC3A

Tints of Lime Green #44BC3A

Color information

#44BC3A (or 0x44BC3A) is unknown color: approx Lime Green. HEX triplet: 44, BC and 3A. RGB value is (68,188,58). Sum of RGB (Red+Green+Blue) = 68+188+58=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #44BC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BC3A is #BB43C5. Grayscale: #898989. Windows color (decimal): -12272582 or 3849284. OLE color: 3849284.

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

Color convert

RGB6818858-
CMYK0.6400.690.26
HSL115.38º52.85%48.24%-
HSV(B)115.38º69.15%73.73%-
XYZ21.1337.510.13-
YUV137.383.2478.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.66%
GREEN value IS 188 (73.83% from 255) = 59.87%
BLUE value IS 58 (23.05% from 255) = 18.47%
R=21.66%
G=59.87%
B=18.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal68188580.6400.690.26115.3852.8548.24
Hex44BC3A400451A733530
Octal104274721000105321636560
Binary100010010111100111010100000001000101110101110011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,188,58); }

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

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

 a { background-color: rgb(68,188,58); }

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

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

 span { border-color: rgb(68,188,58); }

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