#44CC35

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

Shades of Lime Green #44CC35

Tints of Lime Green #44CC35

Color information

#44CC35 (or 0x44CC35) is unknown color: approx Lime Green. HEX triplet: 44, CC and 35. RGB value is (68,204,53). Sum of RGB (Red+Green+Blue) = 68+204+53=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 204 (80.08% from 255 or 62.77% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 204 - color contains mainly: green. Hex color #44CC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CC35 is #BB33CA. Grayscale: #929292. Windows color (decimal): -12268491 or 3525700. OLE color: 3525700.

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

Color convert

RGB6820453-
CMYK0.6700.740.2
HSL114.04º59.68%50.39%-
HSV(B)114.04º74.02%80%-
XYZ24.6244.6710.69-
YUV146.1275.4472.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.92%
GREEN value IS 204 (80.08% from 255) = 62.77%
BLUE value IS 53 (21.09% from 255) = 16.31%
R=20.92%
G=62.77%
B=16.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal68204530.6700.740.2114.0459.6850.39
Hex44CC354304A14723c32
Octal104314651030112241627462
Binary100010011001100110101100001101001010101001110010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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