#44CE41

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

Shades of Lime Green #44CE41

Tints of Lime Green #44CE41

Color information

#44CE41 (or 0x44CE41) is unknown color: approx Lime Green. HEX triplet: 44, CE and 41. RGB value is (68,206,65). Sum of RGB (Red+Green+Blue) = 68+206+65=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 206 (80.86% from 255 or 60.77% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 206 - color contains mainly: green. Hex color #44CE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CE41 is #BB31BE. Grayscale: #959595. Windows color (decimal): -12267967 or 4312644. OLE color: 4312644.

HSL color Cylindrical-coordinate representation of color #44CE41: hue angle of 118.72º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44CE41 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB6820665-
CMYK0.6700.680.19
HSL118.72º59%53.14%-
HSV(B)118.72º68.45%80.78%-
XYZ25.4145.7512.49-
YUV148.6680.7870.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.06%
GREEN value IS 206 (80.86% from 255) = 60.77%
BLUE value IS 65 (25.78% from 255) = 19.17%
R=20.06%
G=60.77%
B=19.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal68206650.6700.680.19118.725953.14
Hex44CE414304413773b35
Octal1043161011030104231677365
Binary1000100110011101000001100001101000100100111110111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,206,65); }

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

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

 a { background-color: rgb(68,206,65); }

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

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

 span { border-color: rgb(68,206,65); }

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