#44F145

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

Shades of Lime Green #44F145

Tints of Lime Green #44F145

Color information

#44F145 (or 0x44F145) is unknown color: approx Lime Green. HEX triplet: 44, F1 and 45. RGB value is (68,241,69). Sum of RGB (Red+Green+Blue) = 68+241+69=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 241 (94.53% from 255 or 63.76% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 241 - color contains mainly: green. Hex color #44F145 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44F145 is #BB0EBA. Grayscale: #AAAAAA. Windows color (decimal): -12259003 or 4583748. OLE color: 4583748.

HSL color Cylindrical-coordinate representation of color #44F145: hue angle of 120.35º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F145 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB6824169-
CMYK0.7200.710.05
HSL120.35º86.07%60.59%-
HSV(B)120.35º71.78%94.51%-
XYZ34.9164.5716.25-
YUV169.6671.1955.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.99%
GREEN value IS 241 (94.53% from 255) = 63.76%
BLUE value IS 69 (27.34% from 255) = 18.25%
R=17.99%
G=63.76%
B=18.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal68241690.7200.710.05120.3586.0760.59
Hex44F14548047578563d
Octal1043611051100107517012675
Binary100010011110001100010110010000100011110111110001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,241,69); }

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

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

 a { background-color: rgb(68,241,69); }

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

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

 span { border-color: rgb(68,241,69); }

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