Html Css Color HEX #49CF41 Lime Green

📋 copy color: '#49CF41'

red 73 ◦ green 207 ◦ blue 65

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

Shades of Lime Green #49CF41

Tints of Lime Green #49CF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.84%

R = 21.16%
G = 60%
B = 18.84%

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

#49CF41 (or 0x49CF41) is known color: Lime Green. HEX triplet: 49, CF and 41. RGB value is (73,207,65). Sum of RGB (Red+Green+Blue) = 73+207+65=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CF41 is #B630BE. Grayscale: #979797. Windows color (decimal): -11940031 or 4312905. OLE color: 4312905.

HSL color Cylindrical-coordinate representation of color #49CF41: hue angle of 116.62º 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 #49CF41 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 207 65 -
CMYK 0.65 0 0.69 0.19
HSL 116.62º 0.6% 0.53% -
HSV(B) 116.62º 0.69% 0.81% -
XYZ 26.01 46.42 12.59 -
YUV 150.75 79.61 72.55 -
System Red Green Blue C M Y K H S L
Decimal 73 207 65 0.65 0 0.69 0.19 116.62 0.6 0.53
Hex 49 CF 41 41 0 45 13 75 3C 35
Octal 111 317 101 101 0 105 23 165 74 65
Binary 1001001 11001111 1000001 1000001 0 1000101 10011 1110101 111100 110101

Color Harmonies of #49CF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CF41

Black with #49CF41

Text Example


Text Example

White with #49CF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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