Html Css Color HEX #31BA4A Lime Green

📋 copy color: '#31BA4A'

red 49 ◦ green 186 ◦ blue 74

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

Shades of Lime Green #31BA4A

Tints of Lime Green #31BA4A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60.19%

 BLUE value IS 74 (29.3% from 255) = 23.95%

R = 15.86%
G = 60.19%
B = 23.95%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#31BA4A (or 0x31BA4A) is known color: Lime Green. HEX triplet: 31, BA and 4A. RGB value is (49,186,74). Sum of RGB (Red+Green+Blue) = 49+186+74=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BA4A is #CE45B5. Grayscale: #848484. Windows color (decimal): -13518262 or 4897329. OLE color: 4897329.

HSL color Cylindrical-coordinate representation of color #31BA4A: hue angle of 130.95º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BA4A is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 186 74 -
CMYK 0.74 0 0.60 0.27
HSL 130.95º 0.58% 0.46% -
HSV(B) 130.95º 0.74% 0.73% -
XYZ 20.06 36.27 12.42 -
YUV 132.27 95.11 68.61 -
System Red Green Blue C M Y K H S L
Decimal 49 186 74 0.74 0 0.60 0.27 130.95 0.58 0.46
Hex 31 BA 4A 4A 0 3C 1B 83 3A 2E
Octal 61 272 112 112 0 74 33 203 72 56
Binary 110001 10111010 1001010 1001010 0 111100 11011 10000011 111010 101110

Color Harmonies of #31BA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BA4A

Black with #31BA4A

Text Example


Text Example

White with #31BA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,186,74); }

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

background-color css

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

 a { background-color: rgb(49,186,74); }

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

border-color css

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

 span { border-color: rgb(49,186,74); }

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