Html Css Color HEX #49CD36 Lime Green

📋 copy color: '#49CD36'

red 73 ◦ green 205 ◦ blue 54

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

Shades of Lime Green #49CD36

Tints of Lime Green #49CD36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.27%

R = 21.99%
G = 61.75%
B = 16.27%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#49CD36 (or 0x49CD36) is known color: Lime Green. HEX triplet: 49, CD and 36. RGB value is (73,205,54). Sum of RGB (Red+Green+Blue) = 73+205+54=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 205 (80.47% from 255 or 61.75% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CD36 is #B632C9. Grayscale: #949494. Windows color (decimal): -11940554 or 3591497. OLE color: 3591497.

HSL color Cylindrical-coordinate representation of color #49CD36: hue angle of 112.45º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49CD36 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 205 54 -
CMYK 0.64 0 0.74 0.20
HSL 112.45º 0.6% 0.51% -
HSV(B) 112.45º 0.74% 0.8% -
XYZ 25.24 45.35 10.91 -
YUV 148.32 74.77 74.28 -
System Red Green Blue C M Y K H S L
Decimal 73 205 54 0.64 0 0.74 0.20 112.45 0.6 0.51
Hex 49 CD 36 40 0 4A 14 70 3C 33
Octal 111 315 66 100 0 112 24 160 74 63
Binary 1001001 11001101 110110 1000000 0 1001010 10100 1110000 111100 110011

Color Harmonies of #49CD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CD36

Black with #49CD36

Text Example


Text Example

White with #49CD36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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