Html Css Color HEX #49F12A Lime Green

📋 copy color: '#49F12A'

red 73 ◦ green 241 ◦ blue 42

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

Shades of Lime Green #49F12A

Tints of Lime Green #49F12A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 67.7%

 BLUE value IS 42 (16.8% from 255) = 11.8%

R = 20.51%
G = 67.7%
B = 11.8%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#49F12A (or 0x49F12A) is known color: Lime Green. HEX triplet: 49, F1 and 2A. RGB value is (73,241,42). Sum of RGB (Red+Green+Blue) = 73+241+42=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 241 (94.53% from 255 or 67.70% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 241 - color contains mainly: green. Hex color #49F12A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F12A is #B60ED5. Grayscale: #A8A8A8. Windows color (decimal): -11931350 or 2814281. OLE color: 2814281.

HSL color Cylindrical-coordinate representation of color #49F12A: hue angle of 110.65º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49F12A is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 241 42 -
CMYK 0.70 0 0.83 0.05
HSL 110.65º 0.88% 0.55% -
HSV(B) 110.65º 0.83% 0.95% -
XYZ 34.62 64.49 12.81 -
YUV 168.08 56.84 60.18 -
System Red Green Blue C M Y K H S L
Decimal 73 241 42 0.70 0 0.83 0.05 110.65 0.88 0.55
Hex 49 F1 2A 46 0 53 5 6F 58 37
Octal 111 361 52 106 0 123 5 157 130 67
Binary 1001001 11110001 101010 1000110 0 1010011 101 1101111 1011000 110111

Color Harmonies of #49F12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F12A

Black with #49F12A

Text Example


Text Example

White with #49F12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,241,42); }

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

background-color css

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

 a { background-color: rgb(73,241,42); }

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

border-color css

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

 span { border-color: rgb(73,241,42); }

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