Html Css Color HEX #31BA2F Lime Green

📋 copy color: '#31BA2F'

red 49 ◦ green 186 ◦ blue 47

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

Shades of Lime Green #31BA2F

Tints of Lime Green #31BA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.67%

R = 17.38%
G = 65.96%
B = 16.67%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#31BA2F (or 0x31BA2F) is known color: Lime Green. HEX triplet: 31, BA and 2F. RGB value is (49,186,47). Sum of RGB (Red+Green+Blue) = 49+186+47=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BA2F is #CE45D0. Grayscale: #818181. Windows color (decimal): -13518289 or 3127857. OLE color: 3127857.

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

Color convert

RGB 49 186 47 -
CMYK 0.74 0 0.75 0.27
HSL 119.14º 0.6% 0.46% -
HSV(B) 119.14º 0.75% 0.73% -
XYZ 19.34 35.98 8.61 -
YUV 129.19 81.61 70.8 -
System Red Green Blue C M Y K H S L
Decimal 49 186 47 0.74 0 0.75 0.27 119.14 0.6 0.46
Hex 31 BA 2F 4A 0 4B 1B 77 3C 2E
Octal 61 272 57 112 0 113 33 167 74 56
Binary 110001 10111010 101111 1001010 0 1001011 11011 1110111 111100 101110

Color Harmonies of #31BA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BA2F

Black with #31BA2F

Text Example


Text Example

White with #31BA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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