Html Css Color HEX #31B541 Lime Green

📋 copy color: '#31B541'

red 49 ◦ green 181 ◦ blue 65

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

Shades of Lime Green #31B541

Tints of Lime Green #31B541

RGB

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

 GREEN value IS 181 (71.09% from 255) = 61.36%

 BLUE value IS 65 (25.78% from 255) = 22.03%

R = 16.61%
G = 61.36%
B = 22.03%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#31B541 (or 0x31B541) is known color: Lime Green. HEX triplet: 31, B5 and 41. RGB value is (49,181,65). Sum of RGB (Red+Green+Blue) = 49+181+65=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 181 (71.09% from 255 or 61.36% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 181 - color contains mainly: green. Hex color #31B541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B541 is #CE4ABE. Grayscale: #808080. Windows color (decimal): -13519551 or 4306225. OLE color: 4306225.

HSL color Cylindrical-coordinate representation of color #31B541: hue angle of 127.27º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B541 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 181 65 -
CMYK 0.73 0 0.64 0.29
HSL 127.27º 0.57% 0.45% -
HSV(B) 127.27º 0.73% 0.71% -
XYZ 18.74 34.08 10.59 -
YUV 128.31 92.27 71.43 -
System Red Green Blue C M Y K H S L
Decimal 49 181 65 0.73 0 0.64 0.29 127.27 0.57 0.45
Hex 31 B5 41 49 0 40 1D 7F 39 2D
Octal 61 265 101 111 0 100 35 177 71 55
Binary 110001 10110101 1000001 1001001 0 1000000 11101 1111111 111001 101101

Color Harmonies of #31B541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B541

Black with #31B541

Text Example


Text Example

White with #31B541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,181,65); }

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

background-color css

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

 a { background-color: rgb(49,181,65); }

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

border-color css

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

 span { border-color: rgb(49,181,65); }

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