Html Css Color HEX #4BC649 Lime Green

📋 copy color: '#4BC649'

red 75 ◦ green 198 ◦ blue 73

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

Shades of Lime Green #4BC649

Tints of Lime Green #4BC649

RGB

 RED value IS 75 (29.69% from 255) = 21.68%

 GREEN value IS 198 (77.73% from 255) = 57.23%

 BLUE value IS 73 (28.91% from 255) = 21.1%

R = 21.68%
G = 57.23%
B = 21.1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#4BC649 (or 0x4BC649) is known color: Lime Green. HEX triplet: 4B, C6 and 49. RGB value is (75,198,73). Sum of RGB (Red+Green+Blue) = 75+198+73=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 198 (77.73% from 255 or 57.23% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 198 - color contains mainly: green. Hex color #4BC649 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC649 is #B439B6. Grayscale: #939393. Windows color (decimal): -11811255 or 4834891. OLE color: 4834891.

HSL color Cylindrical-coordinate representation of color #4BC649: hue angle of 119.04º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BC649 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 75 198 73 -
CMYK 0.62 0 0.63 0.22
HSL 119.04º 0.52% 0.53% -
HSV(B) 119.04º 0.63% 0.78% -
XYZ 24.3 42.37 13.2 -
YUV 146.97 86.25 76.66 -
System Red Green Blue C M Y K H S L
Decimal 75 198 73 0.62 0 0.63 0.22 119.04 0.52 0.53
Hex 4B C6 49 3E 0 3F 16 77 34 35
Octal 113 306 111 76 0 77 26 167 64 65
Binary 1001011 11000110 1001001 111110 0 111111 10110 1110111 110100 110101

Color Harmonies of #4BC649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC649

Black with #4BC649

Text Example


Text Example

White with #4BC649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BC649; }

 p { color: rgb(75,198,73); }

 H1.HeaderClassName
 {
   color: #4BC649;
 }
 .AnyTagClassName
 {
   color: #4BC649;
 }
</style>

background-color css

<style>
 a { background-color: #4BC649; }

 a { background-color: rgb(75,198,73); }

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

border-color css

<style>
 span { border-color: #4BC649; }

 span { border-color: rgb(75,198,73); }

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