Html Css Color HEX #31B545 Lime Green

📋 copy color: '#31B545'

red 49 ◦ green 181 ◦ blue 69

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

Shades of Lime Green #31B545

Tints of Lime Green #31B545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.08%

R = 16.39%
G = 60.54%
B = 23.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#31B545 (or 0x31B545) is known color: Lime Green. HEX triplet: 31, B5 and 45. RGB value is (49,181,69). Sum of RGB (Red+Green+Blue) = 49+181+69=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 181 (71.09% from 255 or 60.54% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 181 - color contains mainly: green. Hex color #31B545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B545 is #CE4ABA. Grayscale: #818181. Windows color (decimal): -13519547 or 4568369. OLE color: 4568369.

HSL color Cylindrical-coordinate representation of color #31B545: hue angle of 129.09º 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 #31B545 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 181 69 -
CMYK 0.73 0 0.62 0.29
HSL 129.09º 0.57% 0.45% -
HSV(B) 129.09º 0.73% 0.71% -
XYZ 18.86 34.13 11.22 -
YUV 128.76 94.27 71.11 -
System Red Green Blue C M Y K H S L
Decimal 49 181 69 0.73 0 0.62 0.29 129.09 0.57 0.45
Hex 31 B5 45 49 0 3E 1D 81 39 2D
Octal 61 265 105 111 0 76 35 201 71 55
Binary 110001 10110101 1000101 1001001 0 111110 11101 10000001 111001 101101

Color Harmonies of #31B545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B545

Black with #31B545

Text Example


Text Example

White with #31B545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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