Html Css Color HEX #3AFA49 Lime Green

📋 copy color: '#3AFA49'

red 58 ◦ green 250 ◦ blue 73

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

Shades of Lime Green #3AFA49

Tints of Lime Green #3AFA49

RGB

 RED value IS 58 (23.05% from 255) = 15.22%

 GREEN value IS 250 (98.05% from 255) = 65.62%

 BLUE value IS 73 (28.91% from 255) = 19.16%

R = 15.22%
G = 65.62%
B = 19.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#3AFA49 (or 0x3AFA49) is known color: Lime Green. HEX triplet: 3A, FA and 49. RGB value is (58,250,73). Sum of RGB (Red+Green+Blue) = 58+250+73=381 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.22% from 381); Green value is 250 (98.05% from 255 or 65.62% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFA49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFA49 is #C505B6. Grayscale: #ACACAC. Windows color (decimal): -12912055 or 4848186. OLE color: 4848186.

HSL color Cylindrical-coordinate representation of color #3AFA49: hue angle of 124.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFA49 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 250 73 -
CMYK 0.77 0 0.71 0.02
HSL 124.69º 0.95% 0.6% -
HSV(B) 124.69º 0.77% 0.98% -
XYZ 37.13 69.75 17.81 -
YUV 172.41 71.89 46.39 -
System Red Green Blue C M Y K H S L
Decimal 58 250 73 0.77 0 0.71 0.02 124.69 0.95 0.6
Hex 3A FA 49 4D 0 47 2 7D 5F 3C
Octal 72 372 111 115 0 107 2 175 137 74
Binary 111010 11111010 1001001 1001101 0 1000111 10 1111101 1011111 111100

Color Harmonies of #3AFA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFA49

Black with #3AFA49

Text Example


Text Example

White with #3AFA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AFA49; }

 p { color: rgb(58,250,73); }

 H1.HeaderClassName
 {
   color: #3AFA49;
 }
 .AnyTagClassName
 {
   color: #3AFA49;
 }
</style>

background-color css

<style>
 a { background-color: #3AFA49; }

 a { background-color: rgb(58,250,73); }

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

border-color css

<style>
 span { border-color: #3AFA49; }

 span { border-color: rgb(58,250,73); }

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