Html Css Color HEX #31B040 Lime Green

📋 copy color: '#31B040'

red 49 ◦ green 176 ◦ blue 64

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

Shades of Lime Green #31B040

Tints of Lime Green #31B040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 60.9%

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 16.96%
G = 60.9%
B = 22.15%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#31B040 (or 0x31B040) is known color: Lime Green. HEX triplet: 31, B0 and 40. RGB value is (49,176,64). Sum of RGB (Red+Green+Blue) = 49+176+64=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 176 (69.14% from 255 or 60.90% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 176 - color contains mainly: green. Hex color #31B040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B040 is #CE4FBF. Grayscale: #7D7D7D. Windows color (decimal): -13520832 or 4239409. OLE color: 4239409.

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

Color convert

RGB 49 176 64 -
CMYK 0.72 0 0.64 0.31
HSL 127.09º 0.56% 0.44% -
HSV(B) 127.09º 0.72% 0.69% -
XYZ 17.72 32.07 10.11 -
YUV 125.26 93.42 73.61 -
System Red Green Blue C M Y K H S L
Decimal 49 176 64 0.72 0 0.64 0.31 127.09 0.56 0.44
Hex 31 B0 40 48 0 40 1F 7F 38 2C
Octal 61 260 100 110 0 100 37 177 70 54
Binary 110001 10110000 1000000 1001000 0 1000000 11111 1111111 111000 101100

Color Harmonies of #31B040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B040

Black with #31B040

Text Example


Text Example

White with #31B040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,176,64); }

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

background-color css

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

 a { background-color: rgb(49,176,64); }

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

border-color css

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

 span { border-color: rgb(49,176,64); }

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