Html Css Color HEX #44C34B Lime Green

📋 copy color: '#44C34B'

red 68 ◦ green 195 ◦ blue 75

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

Shades of Lime Green #44C34B

Tints of Lime Green #44C34B

RGB

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

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

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

R = 20.12%
G = 57.69%
B = 22.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#44C34B (or 0x44C34B) is known color: Lime Green. HEX triplet: 44, C3 and 4B. RGB value is (68,195,75). Sum of RGB (Red+Green+Blue) = 68+195+75=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #44C34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C34B is #BB3CB4. Grayscale: #8F8F8F. Windows color (decimal): -12270773 or 4965188. OLE color: 4965188.

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

Color convert

RGB 68 195 75 -
CMYK 0.65 0 0.62 0.24
HSL 123.31º 0.51% 0.52% -
HSV(B) 123.31º 0.65% 0.76% -
XYZ 23.17 40.77 13.3 -
YUV 143.35 89.42 74.26 -
System Red Green Blue C M Y K H S L
Decimal 68 195 75 0.65 0 0.62 0.24 123.31 0.51 0.52
Hex 44 C3 4B 41 0 3E 18 7B 33 34
Octal 104 303 113 101 0 76 30 173 63 64
Binary 1000100 11000011 1001011 1000001 0 111110 11000 1111011 110011 110100

Color Harmonies of #44C34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44C34B

Black with #44C34B

Text Example


Text Example

White with #44C34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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