Html Css Color HEX #31AD3A Lime Green

📋 copy color: '#31AD3A'

red 49 ◦ green 173 ◦ blue 58

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

Shades of Lime Green #31AD3A

Tints of Lime Green #31AD3A

RGB

 RED value IS 49 (19.53% from 255) = 17.5%

 GREEN value IS 173 (67.97% from 255) = 61.79%

 BLUE value IS 58 (23.05% from 255) = 20.71%

R = 17.5%
G = 61.79%
B = 20.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#31AD3A (or 0x31AD3A) is known color: Lime Green. HEX triplet: 31, AD and 3A. RGB value is (49,173,58). Sum of RGB (Red+Green+Blue) = 49+173+58=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 173 (67.97% from 255 or 61.79% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AD3A is #CE52C5. Grayscale: #7B7B7B. Windows color (decimal): -13521606 or 3845425. OLE color: 3845425.

HSL color Cylindrical-coordinate representation of color #31AD3A: hue angle of 124.35º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AD3A is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 173 58 -
CMYK 0.72 0 0.66 0.32
HSL 124.35º 0.56% 0.44% -
HSV(B) 124.35º 0.72% 0.68% -
XYZ 16.97 30.85 9.06 -
YUV 122.81 91.42 75.35 -
System Red Green Blue C M Y K H S L
Decimal 49 173 58 0.72 0 0.66 0.32 124.35 0.56 0.44
Hex 31 AD 3A 48 0 42 20 7C 38 2C
Octal 61 255 72 110 0 102 40 174 70 54
Binary 110001 10101101 111010 1001000 0 1000010 100000 1111100 111000 101100

Color Harmonies of #31AD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AD3A

Black with #31AD3A

Text Example


Text Example

White with #31AD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31AD3A; }

 p { color: rgb(49,173,58); }

 H1.HeaderClassName
 {
   color: #31AD3A;
 }
 .AnyTagClassName
 {
   color: #31AD3A;
 }
</style>

background-color css

<style>
 a { background-color: #31AD3A; }

 a { background-color: rgb(49,173,58); }

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

border-color css

<style>
 span { border-color: #31AD3A; }

 span { border-color: rgb(49,173,58); }

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