Html Css Color HEX #44CA50 Lime Green

📋 copy color: '#44CA50'

red 68 ◦ green 202 ◦ blue 80

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

Shades of Lime Green #44CA50

Tints of Lime Green #44CA50

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.71%

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 19.43%
G = 57.71%
B = 22.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#44CA50 (or 0x44CA50) is known color: Lime Green. HEX triplet: 44, CA and 50. RGB value is (68,202,80). Sum of RGB (Red+Green+Blue) = 68+202+80=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CA50 is #BB35AF. Grayscale: #949494. Windows color (decimal): -12268976 or 5294660. OLE color: 5294660.

HSL color Cylindrical-coordinate representation of color #44CA50: hue angle of 125.37º 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 #44CA50 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 68 202 80 -
CMYK 0.66 0 0.60 0.21
HSL 125.37º 0.56% 0.53% -
HSV(B) 125.37º 0.66% 0.79% -
XYZ 24.95 44.05 14.78 -
YUV 148.03 89.61 70.92 -
System Red Green Blue C M Y K H S L
Decimal 68 202 80 0.66 0 0.60 0.21 125.37 0.56 0.53
Hex 44 CA 50 42 0 3C 15 7D 38 35
Octal 104 312 120 102 0 74 25 175 70 65
Binary 1000100 11001010 1010000 1000010 0 111100 10101 1111101 111000 110101

Color Harmonies of #44CA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CA50

Black with #44CA50

Text Example


Text Example

White with #44CA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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