Html Css Color HEX #4CCD49 Lime Green

📋 copy color: '#4CCD49'

red 76 ◦ green 205 ◦ blue 73

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

Shades of Lime Green #4CCD49

Tints of Lime Green #4CCD49

RGB

 RED value IS 76 (30.08% from 255) = 21.47%

 GREEN value IS 205 (80.47% from 255) = 57.91%

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

R = 21.47%
G = 57.91%
B = 20.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#4CCD49 (or 0x4CCD49) is known color: Lime Green. HEX triplet: 4C, CD and 49. RGB value is (76,205,73). Sum of RGB (Red+Green+Blue) = 76+205+73=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 205 (80.47% from 255 or 57.91% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCD49 is #B332B6. Grayscale: #979797. Windows color (decimal): -11743927 or 4836684. OLE color: 4836684.

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

Color convert

RGB 76 205 73 -
CMYK 0.63 0 0.64 0.20
HSL 118.64º 0.57% 0.55% -
HSV(B) 118.64º 0.64% 0.8% -
XYZ 26.01 45.68 13.75 -
YUV 151.38 83.76 74.23 -
System Red Green Blue C M Y K H S L
Decimal 76 205 73 0.63 0 0.64 0.20 118.64 0.57 0.55
Hex 4C CD 49 3F 0 40 14 77 39 37
Octal 114 315 111 77 0 100 24 167 71 67
Binary 1001100 11001101 1001001 111111 0 1000000 10100 1110111 111001 110111

Color Harmonies of #4CCD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCD49

Black with #4CCD49

Text Example


Text Example

White with #4CCD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,205,73); }

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

background-color css

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

 a { background-color: rgb(76,205,73); }

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

border-color css

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

 span { border-color: rgb(76,205,73); }

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