Html Css Color HEX #49CD4C Lime Green

📋 copy color: '#49CD4C'

red 73 ◦ green 205 ◦ blue 76

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

Shades of Lime Green #49CD4C

Tints of Lime Green #49CD4C

RGB

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

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

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

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

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

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

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

Color convert

RGB 73 205 76 -
CMYK 0.64 0 0.63 0.20
HSL 121.36º 0.57% 0.55% -
HSV(B) 121.36º 0.64% 0.8% -
XYZ 25.88 45.6 14.28 -
YUV 150.83 85.77 72.49 -
System Red Green Blue C M Y K H S L
Decimal 73 205 76 0.64 0 0.63 0.20 121.36 0.57 0.55
Hex 49 CD 4C 40 0 3F 14 79 39 37
Octal 111 315 114 100 0 77 24 171 71 67
Binary 1001001 11001101 1001100 1000000 0 111111 10100 1111001 111001 110111

Color Harmonies of #49CD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CD4C

Black with #49CD4C

Text Example


Text Example

White with #49CD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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