#44BF3C

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

Shades of Lime Green #44BF3C

Tints of Lime Green #44BF3C

Color information

#44BF3C (or 0x44BF3C) is unknown color: approx Lime Green. HEX triplet: 44, BF and 3C. RGB value is (68,191,60). Sum of RGB (Red+Green+Blue) = 68+191+60=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 191 (75% from 255 or 59.87% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 191 - color contains mainly: green. Hex color #44BF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BF3C is #BB40C3. Grayscale: #8B8B8B. Windows color (decimal): -12271812 or 3981124. OLE color: 3981124.

HSL color Cylindrical-coordinate representation of color #44BF3C: hue angle of 116.34º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44BF3C is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB6819160-
CMYK0.6400.690.25
HSL116.34º52.19%49.22%-
HSV(B)116.34º68.59%74.9%-
XYZ21.8338.8210.62-
YUV139.2983.2577.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 191 (75% from 255) = 59.87%
BLUE value IS 60 (23.83% from 255) = 18.81%
R=21.32%
G=59.87%
B=18.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68191600.6400.690.25116.3452.1949.22
Hex44BF3C4004519743431
Octal104277741000105311646461
Binary100010010111111111100100000001000101110011110100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,191,60); }

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

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

 a { background-color: rgb(68,191,60); }

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

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

 span { border-color: rgb(68,191,60); }

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