#44F235

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

Shades of Lime Green #44F235

Tints of Lime Green #44F235

Color information

#44F235 (or 0x44F235) is unknown color: approx Lime Green. HEX triplet: 44, F2 and 35. RGB value is (68,242,53). Sum of RGB (Red+Green+Blue) = 68+242+53=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #44F235 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44F235 is #BB0DCA. Grayscale: #A9A9A9. Windows color (decimal): -12258763 or 3535428. OLE color: 3535428.

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

Color convert

RGB6824253-
CMYK0.7200.780.05
HSL115.24º87.91%57.84%-
HSV(B)115.24º78.1%94.9%-
XYZ34.7864.9914.08-
YUV168.4362.8556.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.73%
GREEN value IS 242 (94.92% from 255) = 66.67%
BLUE value IS 53 (21.09% from 255) = 14.60%
R=18.73%
G=66.67%
B=14.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal68242530.7200.780.05115.2487.9157.84
Hex44F2354804E573583a
Octal104362651100116516313072
Binary10001001111001011010110010000100111010111100111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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