Html Css Color HEX #44BF44 Lime Green

📋 copy color: '#44BF44'

red 68 ◦ green 191 ◦ blue 68

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

Shades of Lime Green #44BF44

Tints of Lime Green #44BF44

RGB

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

 GREEN value IS 191 (75% from 255) = 58.41%

 BLUE value IS 68 (26.95% from 255) = 20.8%

R = 20.8%
G = 58.41%
B = 20.8%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#44BF44 (or 0x44BF44) is known color: Lime Green. HEX triplet: 44, BF and 44. RGB value is (68,191,68). Sum of RGB (Red+Green+Blue) = 68+191+68=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 191 (75% from 255 or 58.41% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 191 - color contains mainly: green. Hex color #44BF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BF44 is #BB40BB. Grayscale: #8C8C8C. Windows color (decimal): -12271804 or 4505412. OLE color: 4505412.

HSL color Cylindrical-coordinate representation of color #44BF44: hue angle of 120º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BF44 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 191 68 -
CMYK 0.64 0 0.64 0.25
HSL 120º 0.49% 0.51% -
HSV(B) 120º 0.64% 0.75% -
XYZ 22.06 38.91 11.82 -
YUV 140.2 87.25 76.5 -
System Red Green Blue C M Y K H S L
Decimal 68 191 68 0.64 0 0.64 0.25 120 0.49 0.51
Hex 44 BF 44 40 0 40 19 78 31 33
Octal 104 277 104 100 0 100 31 170 61 63
Binary 1000100 10111111 1000100 1000000 0 1000000 11001 1111000 110001 110011

Color Harmonies of #44BF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BF44

Black with #44BF44

Text Example


Text Example

White with #44BF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,191,68); }

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

background-color css

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

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

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

border-color css

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

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

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