#44C530

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

Shades of Lime Green #44C530

Tints of Lime Green #44C530

Color information

#44C530 (or 0x44C530) is unknown color: approx Lime Green. HEX triplet: 44, C5 and 30. RGB value is (68,197,48). Sum of RGB (Red+Green+Blue) = 68+197+48=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 197 (77.34% from 255 or 62.94% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 197 - color contains mainly: green. Hex color #44C530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C530 is #BB3ACF. Grayscale: #8D8D8D. Windows color (decimal): -12270288 or 3196228. OLE color: 3196228.

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

Color convert

RGB6819748-
CMYK0.6500.760.23
HSL111.95º60.82%48.04%-
HSV(B)111.95º75.63%77.25%-
XYZ22.8841.379.58-
YUV141.4475.2675.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 197 (77.34% from 255) = 62.94%
BLUE value IS 48 (19.14% from 255) = 15.34%
R=21.73%
G=62.94%
B=15.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal68197480.6500.760.23111.9560.8248.04
Hex44C5304104C17703d30
Octal104305601010114271607560
Binary100010011000101110000100000101001100101111110000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,197,48); }

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

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

 a { background-color: rgb(68,197,48); }

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

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

 span { border-color: rgb(68,197,48); }

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