Html Css Color HEX #49CF40 Lime Green

📋 copy color: '#49CF40'

red 73 ◦ green 207 ◦ blue 64

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

Shades of Lime Green #49CF40

Tints of Lime Green #49CF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.6%

R = 21.22%
G = 60.17%
B = 18.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#49CF40 (or 0x49CF40) is known color: Lime Green. HEX triplet: 49, CF and 40. RGB value is (73,207,64). Sum of RGB (Red+Green+Blue) = 73+207+64=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 207 (81.25% from 255 or 60.17% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CF40 is #B630BF. Grayscale: #979797. Windows color (decimal): -11940032 or 4247369. OLE color: 4247369.

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

Color convert

RGB 73 207 64 -
CMYK 0.65 0 0.69 0.19
HSL 116.22º 0.6% 0.53% -
HSV(B) 116.22º 0.69% 0.81% -
XYZ 25.99 46.41 12.44 -
YUV 150.63 79.11 72.63 -
System Red Green Blue C M Y K H S L
Decimal 73 207 64 0.65 0 0.69 0.19 116.22 0.6 0.53
Hex 49 CF 40 41 0 45 13 74 3C 35
Octal 111 317 100 101 0 105 23 164 74 65
Binary 1001001 11001111 1000000 1000001 0 1000101 10011 1110100 111100 110101

Color Harmonies of #49CF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CF40

Black with #49CF40

Text Example


Text Example

White with #49CF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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