Html Css Color HEX #44C850 Lime Green

📋 copy color: '#44C850'

red 68 ◦ green 200 ◦ blue 80

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

Shades of Lime Green #44C850

Tints of Lime Green #44C850

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.47%

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

R = 19.54%
G = 57.47%
B = 22.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#44C850 (or 0x44C850) is known color: Lime Green. HEX triplet: 44, C8 and 50. RGB value is (68,200,80). Sum of RGB (Red+Green+Blue) = 68+200+80=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 200 (78.52% from 255 or 57.47% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 200 - color contains mainly: green. Hex color #44C850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C850 is #BB37AF. Grayscale: #939393. Windows color (decimal): -12269488 or 5294148. OLE color: 5294148.

HSL color Cylindrical-coordinate representation of color #44C850: hue angle of 125.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C850 is Cyan = 0.66, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 68 200 80 -
CMYK 0.66 0 0.6 0.22
HSL 125.45º 0.55% 0.53% -
HSV(B) 125.45º 0.66% 0.78% -
XYZ 24.49 43.12 14.62 -
YUV 146.85 90.27 71.76 -
System Red Green Blue C M Y K H S L
Decimal 68 200 80 0.66 0 0.6 0.22 125.45 0.55 0.53
Hex 44 C8 50 42 0 3C 16 7D 37 35
Octal 104 310 120 102 0 74 26 175 67 65
Binary 1000100 11001000 1010000 1000010 0 111100 10110 1111101 110111 110101

Color Harmonies of #44C850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44C850

Black with #44C850

Text Example


Text Example

White with #44C850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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