Html Css Color HEX #4BCC49 Lime Green

📋 copy color: '#4BCC49'

red 75 ◦ green 204 ◦ blue 73

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

Shades of Lime Green #4BCC49

Tints of Lime Green #4BCC49

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.95%

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

R = 21.31%
G = 57.95%
B = 20.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#4BCC49 (or 0x4BCC49) is known color: Lime Green. HEX triplet: 4B, CC and 49. RGB value is (75,204,73). Sum of RGB (Red+Green+Blue) = 75+204+73=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCC49 is #B433B6. Grayscale: #969696. Windows color (decimal): -11809719 or 4836427. OLE color: 4836427.

HSL color Cylindrical-coordinate representation of color #4BCC49: hue angle of 119.08º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCC49 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 75 204 73 -
CMYK 0.63 0 0.64 0.2
HSL 119.08º 0.56% 0.54% -
HSV(B) 119.08º 0.64% 0.8% -
XYZ 25.7 45.16 13.67 -
YUV 150.5 84.26 74.15 -
System Red Green Blue C M Y K H S L
Decimal 75 204 73 0.63 0 0.64 0.2 119.08 0.56 0.54
Hex 4B CC 49 3F 0 40 14 77 38 36
Octal 113 314 111 77 0 100 24 167 70 66
Binary 1001011 11001100 1001001 111111 0 1000000 10100 1110111 111000 110110

Color Harmonies of #4BCC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCC49

Black with #4BCC49

Text Example


Text Example

White with #4BCC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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