#44c03a

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

Shades of Lime Green #44C03A

Tints of Lime Green #44C03A

Color information

#44C03A (or 0x44C03A) is unknown color: approx Lime Green. HEX triplet: 44, C0 and 3A. RGB value is (68,192,58). Sum of RGB (Red+Green+Blue) = 68+192+58=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #44C03A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C03A is #BB3FC5. Grayscale: #8C8C8C. Windows color (decimal): -12271558 or 3850308. OLE color: 3850308.

HSL color Cylindrical-coordinate representation of color #44C03A: hue angle of 115.52º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44C03A is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB6819258-
CMYK0.6500.700.25
HSL115.52º53.6%49.02%-
HSV(B)115.52º69.79%75.29%-
XYZ2239.2310.42-
YUV139.6581.9276.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 192 (75.39% from 255) = 60.38%
BLUE value IS 58 (23.05% from 255) = 18.24%
R=21.38%
G=60.38%
B=18.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68192580.6500.700.25115.5253.649.02
Hex44C03A4104619743631
Octal104300721010106311646661
Binary100010011000000111010100000101000110110011110100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44c03a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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