Html Css Color HEX #44C94B Lime Green

📋 copy color: '#44C94B'

red 68 ◦ green 201 ◦ blue 75

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

Shades of Lime Green #44C94B

Tints of Lime Green #44C94B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 58.43%

 BLUE value IS 75 (29.69% from 255) = 21.8%

R = 19.77%
G = 58.43%
B = 21.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#44C94B (or 0x44C94B) is known color: Lime Green. HEX triplet: 44, C9 and 4B. RGB value is (68,201,75). Sum of RGB (Red+Green+Blue) = 68+201+75=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 201 (78.91% from 255 or 58.43% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 201 - color contains mainly: green. Hex color #44C94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C94B is #BB36B4. Grayscale: #939393. Windows color (decimal): -12269237 or 4966724. OLE color: 4966724.

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

Color convert

RGB 68 201 75 -
CMYK 0.66 0 0.63 0.21
HSL 123.16º 0.55% 0.53% -
HSV(B) 123.16º 0.66% 0.79% -
XYZ 24.54 43.51 13.76 -
YUV 146.87 87.44 71.75 -
System Red Green Blue C M Y K H S L
Decimal 68 201 75 0.66 0 0.63 0.21 123.16 0.55 0.53
Hex 44 C9 4B 42 0 3F 15 7B 37 35
Octal 104 311 113 102 0 77 25 173 67 65
Binary 1000100 11001001 1001011 1000010 0 111111 10101 1111011 110111 110101

Color Harmonies of #44C94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44C94B

Black with #44C94B

Text Example


Text Example

White with #44C94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,201,75); }

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

background-color css

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

 a { background-color: rgb(68,201,75); }

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

border-color css

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

 span { border-color: rgb(68,201,75); }

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