Html Css Color HEX #44BF3A Lime Green

📋 copy color: '#44BF3A'

red 68 ◦ green 191 ◦ blue 58

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

Shades of Lime Green #44BF3A

Tints of Lime Green #44BF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.3%

R = 21.45%
G = 60.25%
B = 18.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#44BF3A (or 0x44BF3A) is known color: Lime Green. HEX triplet: 44, BF and 3A. RGB value is (68,191,58). Sum of RGB (Red+Green+Blue) = 68+191+58=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #44BF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BF3A is #BB40C5. Grayscale: #8B8B8B. Windows color (decimal): -12271814 or 3850052. OLE color: 3850052.

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

Color convert

RGB 68 191 58 -
CMYK 0.64 0 0.70 0.25
HSL 115.49º 0.53% 0.49% -
HSV(B) 115.49º 0.7% 0.75% -
XYZ 21.78 38.8 10.34 -
YUV 139.06 82.25 77.31 -
System Red Green Blue C M Y K H S L
Decimal 68 191 58 0.64 0 0.70 0.25 115.49 0.53 0.49
Hex 44 BF 3A 40 0 46 19 73 35 31
Octal 104 277 72 100 0 106 31 163 65 61
Binary 1000100 10111111 111010 1000000 0 1000110 11001 1110011 110101 110001

Color Harmonies of #44BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BF3A

Black with #44BF3A

Text Example


Text Example

White with #44BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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