Html Css Color HEX #49CF2D Lime Green

📋 copy color: '#49CF2D'

red 73 ◦ green 207 ◦ blue 45

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

Shades of Lime Green #49CF2D

Tints of Lime Green #49CF2D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 63.69%

 BLUE value IS 45 (17.97% from 255) = 13.85%

R = 22.46%
G = 63.69%
B = 13.85%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#49CF2D (or 0x49CF2D) is known color: Lime Green. HEX triplet: 49, CF and 2D. RGB value is (73,207,45). Sum of RGB (Red+Green+Blue) = 73+207+45=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 207 (81.25% from 255 or 63.69% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CF2D is #B630D2. Grayscale: #949494. Windows color (decimal): -11940051 or 3002185. OLE color: 3002185.

HSL color Cylindrical-coordinate representation of color #49CF2D: hue angle of 109.63º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49CF2D is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 207 45 -
CMYK 0.65 0 0.78 0.19
HSL 109.63º 0.64% 0.49% -
HSV(B) 109.63º 0.78% 0.81% -
XYZ 25.53 46.23 10.06 -
YUV 148.47 69.61 74.17 -
System Red Green Blue C M Y K H S L
Decimal 73 207 45 0.65 0 0.78 0.19 109.63 0.64 0.49
Hex 49 CF 2D 41 0 4E 13 6E 40 31
Octal 111 317 55 101 0 116 23 156 100 61
Binary 1001001 11001111 101101 1000001 0 1001110 10011 1101110 1000000 110001

Color Harmonies of #49CF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CF2D

Black with #49CF2D

Text Example


Text Example

White with #49CF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,207,45); }

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

background-color css

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

 a { background-color: rgb(73,207,45); }

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

border-color css

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

 span { border-color: rgb(73,207,45); }

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