#44CC55

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

Shades of Lime Green #44CC55

Tints of Lime Green #44CC55

Color information

#44CC55 (or 0x44CC55) is unknown color: approx Lime Green. HEX triplet: 44, CC and 55. RGB value is (68,204,85). Sum of RGB (Red+Green+Blue) = 68+204+85=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #44CC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CC55 is #BB33AA. Grayscale: #969696. Windows color (decimal): -12268459 or 5622852. OLE color: 5622852.

HSL color Cylindrical-coordinate representation of color #44CC55: hue angle of 127.5º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CC55 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB6820485-
CMYK0.6700.580.2
HSL127.5º57.14%53.33%-
HSV(B)127.5º66.67%80%-
XYZ25.6245.0715.94-
YUV149.7791.4469.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.05%
GREEN value IS 204 (80.08% from 255) = 57.14%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=19.05%
G=57.14%
B=23.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal68204850.6700.580.2127.557.1453.33
Hex44CC554303A14803935
Octal104314125103072242007165
Binary1000100110011001010101100001101110101010010000000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,204,85); }

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

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

 a { background-color: rgb(68,204,85); }

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

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

 span { border-color: rgb(68,204,85); }

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