Html Css Color HEX #31D536 Lime Green

📋 copy color: '#31D536'

red 49 ◦ green 213 ◦ blue 54

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

Shades of Lime Green #31D536

Tints of Lime Green #31D536

RGB

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

 GREEN value IS 213 (83.59% from 255) = 67.41%

 BLUE value IS 54 (21.48% from 255) = 17.09%

R = 15.51%
G = 67.41%
B = 17.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#31D536 (or 0x31D536) is known color: Lime Green. HEX triplet: 31, D5 and 36. RGB value is (49,213,54). Sum of RGB (Red+Green+Blue) = 49+213+54=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 213 (83.59% from 255 or 67.41% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 213 - color contains mainly: green. Hex color #31D536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D536 is #CE2AC9. Grayscale: #929292. Windows color (decimal): -13511370 or 3593521. OLE color: 3593521.

HSL color Cylindrical-coordinate representation of color #31D536: hue angle of 121.83º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D536 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 213 54 -
CMYK 0.77 0 0.75 0.16
HSL 121.83º 0.66% 0.51% -
HSV(B) 121.83º 0.77% 0.84% -
XYZ 25.73 48.51 11.5 -
YUV 145.84 76.17 58.93 -
System Red Green Blue C M Y K H S L
Decimal 49 213 54 0.77 0 0.75 0.16 121.83 0.66 0.51
Hex 31 D5 36 4D 0 4B 10 7A 42 33
Octal 61 325 66 115 0 113 20 172 102 63
Binary 110001 11010101 110110 1001101 0 1001011 10000 1111010 1000010 110011

Color Harmonies of #31D536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D536

Black with #31D536

Text Example


Text Example

White with #31D536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,213,54); }

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

background-color css

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

 a { background-color: rgb(49,213,54); }

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

border-color css

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

 span { border-color: rgb(49,213,54); }

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