Html Css Color HEX #44C141 Lime Green

📋 copy color: '#44C141'

red 68 ◦ green 193 ◦ blue 65

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

Shades of Lime Green #44C141

Tints of Lime Green #44C141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.2%

 BLUE value IS 65 (25.78% from 255) = 19.94%

R = 20.86%
G = 59.2%
B = 19.94%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#44C141 (or 0x44C141) is known color: Lime Green. HEX triplet: 44, C1 and 41. RGB value is (68,193,65). Sum of RGB (Red+Green+Blue) = 68+193+65=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #44C141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C141 is #BB3EBE. Grayscale: #8D8D8D. Windows color (decimal): -12271295 or 4309316. OLE color: 4309316.

HSL color Cylindrical-coordinate representation of color #44C141: hue angle of 118.59º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C141 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 68 193 65 -
CMYK 0.65 0 0.66 0.24
HSL 118.59º 0.51% 0.51% -
HSV(B) 118.59º 0.66% 0.76% -
XYZ 22.41 39.75 11.49 -
YUV 141.03 85.09 75.91 -
System Red Green Blue C M Y K H S L
Decimal 68 193 65 0.65 0 0.66 0.24 118.59 0.51 0.51
Hex 44 C1 41 41 0 42 18 77 33 33
Octal 104 301 101 101 0 102 30 167 63 63
Binary 1000100 11000001 1000001 1000001 0 1000010 11000 1110111 110011 110011

Color Harmonies of #44C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44C141

Black with #44C141

Text Example


Text Example

White with #44C141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,193,65); }

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

background-color css

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

 a { background-color: rgb(68,193,65); }

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

border-color css

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

 span { border-color: rgb(68,193,65); }

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