#44CA4B

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

Shades of Lime Green #44CA4B

Tints of Lime Green #44CA4B

Color information

#44CA4B (or 0x44CA4B) is unknown color: approx Lime Green. HEX triplet: 44, CA and 4B. RGB value is (68,202,75). Sum of RGB (Red+Green+Blue) = 68+202+75=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 202 (79.30% from 255 or 58.55% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CA4B is #BB35B4. Grayscale: #939393. Windows color (decimal): -12268981 or 4966980. OLE color: 4966980.

HSL color Cylindrical-coordinate representation of color #44CA4B: hue angle of 123.13º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44CA4B is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB6820275-
CMYK0.6600.630.21
HSL123.13º55.83%52.94%-
HSV(B)123.13º66.34%79.22%-
XYZ24.7743.9813.84-
YUV147.4687.1171.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.71%
GREEN value IS 202 (79.30% from 255) = 58.55%
BLUE value IS 75 (29.69% from 255) = 21.74%
R=19.71%
G=58.55%
B=21.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68202750.6600.630.21123.1355.8352.94
Hex44CA4B4203F157b3835
Octal104312113102077251737065
Binary100010011001010100101110000100111111101011111011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,202,75); }

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

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

 a { background-color: rgb(68,202,75); }

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

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

 span { border-color: rgb(68,202,75); }

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