Html Css Color HEX #49CF34 Lime Green

📋 copy color: '#49CF34'

red 73 ◦ green 207 ◦ blue 52

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

Shades of Lime Green #49CF34

Tints of Lime Green #49CF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.66%

R = 21.99%
G = 62.35%
B = 15.66%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#49CF34 (or 0x49CF34) is known color: Lime Green. HEX triplet: 49, CF and 34. RGB value is (73,207,52). Sum of RGB (Red+Green+Blue) = 73+207+52=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 207 (81.25% from 255 or 62.35% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CF34 is #B630CB. Grayscale: #959595. Windows color (decimal): -11940044 or 3460937. OLE color: 3460937.

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

Color convert

RGB 73 207 52 -
CMYK 0.65 0 0.75 0.19
HSL 111.87º 0.62% 0.51% -
HSV(B) 111.87º 0.75% 0.81% -
XYZ 25.68 46.29 10.83 -
YUV 149.26 73.11 73.6 -
System Red Green Blue C M Y K H S L
Decimal 73 207 52 0.65 0 0.75 0.19 111.87 0.62 0.51
Hex 49 CF 34 41 0 4B 13 70 3E 33
Octal 111 317 64 101 0 113 23 160 76 63
Binary 1001001 11001111 110100 1000001 0 1001011 10011 1110000 111110 110011

Color Harmonies of #49CF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CF34

Black with #49CF34

Text Example


Text Example

White with #49CF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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