Html Css Color HEX #49CD2F Lime Green

📋 copy color: '#49CD2F'

red 73 ◦ green 205 ◦ blue 47

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

Shades of Lime Green #49CD2F

Tints of Lime Green #49CD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.46%

R = 22.46%
G = 63.08%
B = 14.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#49CD2F (or 0x49CD2F) is known color: Lime Green. HEX triplet: 49, CD and 2F. RGB value is (73,205,47). Sum of RGB (Red+Green+Blue) = 73+205+47=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 205 (80.47% from 255 or 63.08% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CD2F is #B632D0. Grayscale: #949494. Windows color (decimal): -11940561 or 3132745. OLE color: 3132745.

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

Color convert

RGB 73 205 47 -
CMYK 0.64 0 0.77 0.20
HSL 110.13º 0.63% 0.49% -
HSV(B) 110.13º 0.77% 0.8% -
XYZ 25.09 45.28 10.11 -
YUV 147.52 71.27 74.85 -
System Red Green Blue C M Y K H S L
Decimal 73 205 47 0.64 0 0.77 0.20 110.13 0.63 0.49
Hex 49 CD 2F 40 0 4D 14 6E 3F 31
Octal 111 315 57 100 0 115 24 156 77 61
Binary 1001001 11001101 101111 1000000 0 1001101 10100 1101110 111111 110001

Color Harmonies of #49CD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CD2F

Black with #49CD2F

Text Example


Text Example

White with #49CD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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