Html Css Color HEX #49CE30 Lime Green

📋 copy color: '#49CE30'

red 73 ◦ green 206 ◦ blue 48

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

Shades of Lime Green #49CE30

Tints of Lime Green #49CE30

RGB

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

 GREEN value IS 206 (80.86% from 255) = 63%

 BLUE value IS 48 (19.14% from 255) = 14.68%

R = 22.32%
G = 63%
B = 14.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#49CE30 (or 0x49CE30) is known color: Lime Green. HEX triplet: 49, CE and 30. RGB value is (73,206,48). Sum of RGB (Red+Green+Blue) = 73+206+48=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 206 (80.86% from 255 or 63.00% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CE30 is #B631CF. Grayscale: #949494. Windows color (decimal): -11940304 or 3198537. OLE color: 3198537.

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

Color convert

RGB 73 206 48 -
CMYK 0.65 0 0.77 0.19
HSL 110.51º 0.62% 0.5% -
HSV(B) 110.51º 0.77% 0.81% -
XYZ 25.35 45.77 10.3 -
YUV 148.22 71.44 74.35 -
System Red Green Blue C M Y K H S L
Decimal 73 206 48 0.65 0 0.77 0.19 110.51 0.62 0.5
Hex 49 CE 30 41 0 4D 13 6F 3E 32
Octal 111 316 60 101 0 115 23 157 76 62
Binary 1001001 11001110 110000 1000001 0 1001101 10011 1101111 111110 110010

Color Harmonies of #49CE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CE30

Black with #49CE30

Text Example


Text Example

White with #49CE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,206,48); }

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

background-color css

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

 a { background-color: rgb(73,206,48); }

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

border-color css

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

 span { border-color: rgb(73,206,48); }

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