Html Css Color HEX #44D055 Lime Green

📋 copy color: '#44D055'

red 68 ◦ green 208 ◦ blue 85

#44D055
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #44D055

Tints of Lime Green #44D055

RGB

 RED value IS 68 (26.95% from 255) = 18.84%

 GREEN value IS 208 (81.64% from 255) = 57.62%

 BLUE value IS 85 (33.59% from 255) = 23.55%

R = 18.84%
G = 57.62%
B = 23.55%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#44D055 (or 0x44D055) is known color: Lime Green. HEX triplet: 44, D0 and 55. RGB value is (68,208,85). Sum of RGB (Red+Green+Blue) = 68+208+85=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #44D055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D055 is #BB2FAA. Grayscale: #989898. Windows color (decimal): -12267435 or 5623876. OLE color: 5623876.

HSL color Cylindrical-coordinate representation of color #44D055: hue angle of 127.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44D055 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 68 208 85 -
CMYK 0.67 0 0.59 0.18
HSL 127.29º 0.6% 0.54% -
HSV(B) 127.29º 0.67% 0.82% -
XYZ 26.58 47 16.26 -
YUV 152.12 90.12 68 -
System Red Green Blue C M Y K H S L
Decimal 68 208 85 0.67 0 0.59 0.18 127.29 0.6 0.54
Hex 44 D0 55 43 0 3B 12 7F 3C 36
Octal 104 320 125 103 0 73 22 177 74 66
Binary 1000100 11010000 1010101 1000011 0 111011 10010 1111111 111100 110110

Color Harmonies of #44D055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44D055

Black with #44D055

Text Example


Text Example

White with #44D055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44D055;
 }
 .AnyTagClassName
 {
   color: #44D055;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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