Html Css Color HEX #44BF3D Lime Green

📋 copy color: '#44BF3D'

red 68 ◦ green 191 ◦ blue 61

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

Shades of Lime Green #44BF3D

Tints of Lime Green #44BF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.06%

R = 21.25%
G = 59.69%
B = 19.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#44BF3D (or 0x44BF3D) is known color: Lime Green. HEX triplet: 44, BF and 3D. RGB value is (68,191,61). Sum of RGB (Red+Green+Blue) = 68+191+61=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 191 (75% from 255 or 59.69% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 191 - color contains mainly: green. Hex color #44BF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BF3D is #BB40C2. Grayscale: #8B8B8B. Windows color (decimal): -12271811 or 4046660. OLE color: 4046660.

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

Color convert

RGB 68 191 61 -
CMYK 0.64 0 0.68 0.25
HSL 116.77º 0.52% 0.49% -
HSV(B) 116.77º 0.68% 0.75% -
XYZ 21.86 38.83 10.76 -
YUV 139.4 83.75 77.07 -
System Red Green Blue C M Y K H S L
Decimal 68 191 61 0.64 0 0.68 0.25 116.77 0.52 0.49
Hex 44 BF 3D 40 0 44 19 75 34 31
Octal 104 277 75 100 0 104 31 165 64 61
Binary 1000100 10111111 111101 1000000 0 1000100 11001 1110101 110100 110001

Color Harmonies of #44BF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BF3D

Black with #44BF3D

Text Example


Text Example

White with #44BF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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