Html Css Color HEX #44CA40 Lime Green

📋 copy color: '#44CA40'

red 68 ◦ green 202 ◦ blue 64

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

Shades of Lime Green #44CA40

Tints of Lime Green #44CA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.16%

R = 20.36%
G = 60.48%
B = 19.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#44CA40 (or 0x44CA40) is known color: Lime Green. HEX triplet: 44, CA and 40. RGB value is (68,202,64). Sum of RGB (Red+Green+Blue) = 68+202+64=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 202 (79.30% from 255 or 60.48% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CA40 is #BB35BF. Grayscale: #929292. Windows color (decimal): -12268992 or 4246084. OLE color: 4246084.

HSL color Cylindrical-coordinate representation of color #44CA40: hue angle of 118.26º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44CA40 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 68 202 64 -
CMYK 0.66 0 0.68 0.21
HSL 118.26º 0.57% 0.52% -
HSV(B) 118.26º 0.68% 0.79% -
XYZ 24.43 43.84 12.02 -
YUV 146.2 81.61 72.22 -
System Red Green Blue C M Y K H S L
Decimal 68 202 64 0.66 0 0.68 0.21 118.26 0.57 0.52
Hex 44 CA 40 42 0 44 15 76 39 34
Octal 104 312 100 102 0 104 25 166 71 64
Binary 1000100 11001010 1000000 1000010 0 1000100 10101 1110110 111001 110100

Color Harmonies of #44CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CA40

Black with #44CA40

Text Example


Text Example

White with #44CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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