Html Css Color HEX #44BF46 Lime Green

📋 copy color: '#44BF46'

red 68 ◦ green 191 ◦ blue 70

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

Shades of Lime Green #44BF46

Tints of Lime Green #44BF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.28%

R = 20.67%
G = 58.05%
B = 21.28%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#44BF46 (or 0x44BF46) is known color: Lime Green. HEX triplet: 44, BF and 46. RGB value is (68,191,70). Sum of RGB (Red+Green+Blue) = 68+191+70=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 191 (75% from 255 or 58.05% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 191 - color contains mainly: green. Hex color #44BF46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BF46 is #BB40B9. Grayscale: #8C8C8C. Windows color (decimal): -12271802 or 4636484. OLE color: 4636484.

HSL color Cylindrical-coordinate representation of color #44BF46: hue angle of 120.98º 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 #44BF46 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 191 70 -
CMYK 0.64 0 0.63 0.25
HSL 120.98º 0.49% 0.51% -
HSV(B) 120.98º 0.64% 0.75% -
XYZ 22.12 38.93 12.14 -
YUV 140.43 88.25 76.34 -
System Red Green Blue C M Y K H S L
Decimal 68 191 70 0.64 0 0.63 0.25 120.98 0.49 0.51
Hex 44 BF 46 40 0 3F 19 79 31 33
Octal 104 277 106 100 0 77 31 171 61 63
Binary 1000100 10111111 1000110 1000000 0 111111 11001 1111001 110001 110011

Color Harmonies of #44BF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BF46

Black with #44BF46

Text Example


Text Example

White with #44BF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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