#44D52B

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

Shades of Lime Green #44D52B

Tints of Lime Green #44D52B

Color information

#44D52B (or 0x44D52B) is unknown color: approx Lime Green. HEX triplet: 44, D5 and 2B. RGB value is (68,213,43). Sum of RGB (Red+Green+Blue) = 68+213+43=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 213 (83.59% from 255 or 65.74% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 213 - color contains mainly: green. Hex color #44D52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D52B is #BB2AD4. Grayscale: #969696. Windows color (decimal): -12266197 or 2872644. OLE color: 2872644.

HSL color Cylindrical-coordinate representation of color #44D52B: hue angle of 111.18º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #44D52B is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB6821343-
CMYK0.6800.800.16
HSL111.18º66.93%50.2%-
HSV(B)111.18º79.81%83.53%-
XYZ26.6148.9910.34-
YUV150.2667.4669.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.99%
GREEN value IS 213 (83.59% from 255) = 65.74%
BLUE value IS 43 (17.19% from 255) = 13.27%
R=20.99%
G=65.74%
B=13.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal68213430.6800.800.16111.1866.9350.2
Hex44D52B44050106f4332
Octal1043255310401202015710362
Binary1000100110101011010111000100010100001000011011111000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,213,43); }

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

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

 a { background-color: rgb(68,213,43); }

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

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

 span { border-color: rgb(68,213,43); }

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