Html Css Color HEX #49BF33 Lime Green

📋 copy color: '#49BF33'

red 73 ◦ green 191 ◦ blue 51

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

Shades of Lime Green #49BF33

Tints of Lime Green #49BF33

RGB

 RED value IS 73 (28.91% from 255) = 23.17%

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

 BLUE value IS 51 (20.31% from 255) = 16.19%

R = 23.17%
G = 60.63%
B = 16.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#49BF33 (or 0x49BF33) is known color: Lime Green. HEX triplet: 49, BF and 33. RGB value is (73,191,51). Sum of RGB (Red+Green+Blue) = 73+191+51=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 191 (75% from 255 or 60.63% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BF33 is #B640CC. Grayscale: #8C8C8C. Windows color (decimal): -11944141 or 3391305. OLE color: 3391305.

HSL color Cylindrical-coordinate representation of color #49BF33: hue angle of 110.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49BF33 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 191 51 -
CMYK 0.62 0 0.73 0.25
HSL 110.57º 0.58% 0.47% -
HSV(B) 110.57º 0.73% 0.75% -
XYZ 21.98 38.92 9.49 -
YUV 139.76 77.91 80.38 -
System Red Green Blue C M Y K H S L
Decimal 73 191 51 0.62 0 0.73 0.25 110.57 0.58 0.47
Hex 49 BF 33 3E 0 49 19 6F 3A 2F
Octal 111 277 63 76 0 111 31 157 72 57
Binary 1001001 10111111 110011 111110 0 1001001 11001 1101111 111010 101111

Color Harmonies of #49BF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF33

Black with #49BF33

Text Example


Text Example

White with #49BF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49BF33; }

 p { color: rgb(73,191,51); }

 H1.HeaderClassName
 {
   color: #49BF33;
 }
 .AnyTagClassName
 {
   color: #49BF33;
 }
</style>

background-color css

<style>
 a { background-color: #49BF33; }

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

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

border-color css

<style>
 span { border-color: #49BF33; }

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

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