Html Css Color HEX #49CF4E Lime Green

📋 copy color: '#49CF4E'

red 73 ◦ green 207 ◦ blue 78

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

Shades of Lime Green #49CF4E

Tints of Lime Green #49CF4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.79%

R = 20.39%
G = 57.82%
B = 21.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#49CF4E (or 0x49CF4E) is known color: Lime Green. HEX triplet: 49, CF and 4E. RGB value is (73,207,78). Sum of RGB (Red+Green+Blue) = 73+207+78=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 207 (81.25% from 255 or 57.82% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CF4E is #B630B1. Grayscale: #989898. Windows color (decimal): -11940018 or 5164873. OLE color: 5164873.

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

Color convert

RGB 73 207 78 -
CMYK 0.65 0 0.62 0.19
HSL 122.24º 0.58% 0.55% -
HSV(B) 122.24º 0.65% 0.81% -
XYZ 26.44 46.59 14.81 -
YUV 152.23 86.11 71.49 -
System Red Green Blue C M Y K H S L
Decimal 73 207 78 0.65 0 0.62 0.19 122.24 0.58 0.55
Hex 49 CF 4E 41 0 3E 13 7A 3A 37
Octal 111 317 116 101 0 76 23 172 72 67
Binary 1001001 11001111 1001110 1000001 0 111110 10011 1111010 111010 110111

Color Harmonies of #49CF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CF4E

Black with #49CF4E

Text Example


Text Example

White with #49CF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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