#44EF2D

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

Shades of Lime Green #44EF2D

Tints of Lime Green #44EF2D

Color information

#44EF2D (or 0x44EF2D) is unknown color: approx Lime Green. HEX triplet: 44, EF and 2D. RGB value is (68,239,45). Sum of RGB (Red+Green+Blue) = 68+239+45=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 239 (93.75% from 255 or 67.90% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 239 - color contains mainly: green. Hex color #44EF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44EF2D is #BB10D2. Grayscale: #A6A6A6. Windows color (decimal): -12259539 or 3010372. OLE color: 3010372.

HSL color Cylindrical-coordinate representation of color #44EF2D: hue angle of 112.89º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #44EF2D is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB6823945-
CMYK0.7200.810.06
HSL112.89º85.84%55.69%-
HSV(B)112.89º81.17%93.73%-
XYZ33.7263.1512.89-
YUV165.7559.8558.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.32%
GREEN value IS 239 (93.75% from 255) = 67.90%
BLUE value IS 45 (17.97% from 255) = 12.78%
R=19.32%
G=67.90%
B=12.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal68239450.7200.810.06112.8985.8455.69
Hex44EF2D480516715638
Octal104357551100121616112670
Binary10001001110111110110110010000101000111011100011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EF2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,239,45); }

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

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

 a { background-color: rgb(68,239,45); }

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

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

 span { border-color: rgb(68,239,45); }

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