Html Css Color HEX #44C332 Lime Green

📋 copy color: '#44C332'

red 68 ◦ green 195 ◦ blue 50

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

Shades of Lime Green #44C332

Tints of Lime Green #44C332

RGB

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

 GREEN value IS 195 (76.56% from 255) = 62.3%

 BLUE value IS 50 (19.92% from 255) = 15.97%

R = 21.73%
G = 62.3%
B = 15.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#44C332 (or 0x44C332) is known color: Lime Green. HEX triplet: 44, C3 and 32. RGB value is (68,195,50). Sum of RGB (Red+Green+Blue) = 68+195+50=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 195 (76.56% from 255 or 62.30% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 195 - color contains mainly: green. Hex color #44C332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C332 is #BB3CCD. Grayscale: #8C8C8C. Windows color (decimal): -12270798 or 3326788. OLE color: 3326788.

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

Color convert

RGB 68 195 50 -
CMYK 0.65 0 0.74 0.24
HSL 112.55º 0.59% 0.48% -
HSV(B) 112.55º 0.74% 0.76% -
XYZ 22.47 40.49 9.65 -
YUV 140.5 76.92 76.29 -
System Red Green Blue C M Y K H S L
Decimal 68 195 50 0.65 0 0.74 0.24 112.55 0.59 0.48
Hex 44 C3 32 41 0 4A 18 71 3B 30
Octal 104 303 62 101 0 112 30 161 73 60
Binary 1000100 11000011 110010 1000001 0 1001010 11000 1110001 111011 110000

Color Harmonies of #44C332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44C332

Black with #44C332

Text Example


Text Example

White with #44C332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,195,50); }

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

background-color css

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

 a { background-color: rgb(68,195,50); }

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

border-color css

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

 span { border-color: rgb(68,195,50); }

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