Html Css Color HEX #31DC52 Lime Green

📋 copy color: '#31DC52'

red 49 ◦ green 220 ◦ blue 82

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

Shades of Lime Green #31DC52

Tints of Lime Green #31DC52

RGB

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

 GREEN value IS 220 (86.33% from 255) = 62.68%

 BLUE value IS 82 (32.42% from 255) = 23.36%

R = 13.96%
G = 62.68%
B = 23.36%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#31DC52 (or 0x31DC52) is known color: Lime Green. HEX triplet: 31, DC and 52. RGB value is (49,220,82). Sum of RGB (Red+Green+Blue) = 49+220+82=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 220 (86.33% from 255 or 62.68% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DC52 is #CE23AD. Grayscale: #999999. Windows color (decimal): -13509550 or 5430321. OLE color: 5430321.

HSL color Cylindrical-coordinate representation of color #31DC52: hue angle of 131.58º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DC52 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 220 82 -
CMYK 0.78 0 0.63 0.14
HSL 131.58º 0.71% 0.53% -
HSV(B) 131.58º 0.78% 0.86% -
XYZ 28.38 52.45 16.61 -
YUV 153.14 87.85 53.72 -
System Red Green Blue C M Y K H S L
Decimal 49 220 82 0.78 0 0.63 0.14 131.58 0.71 0.53
Hex 31 DC 52 4E 0 3F E 84 47 35
Octal 61 334 122 116 0 77 16 204 107 65
Binary 110001 11011100 1010010 1001110 0 111111 1110 10000100 1000111 110101

Color Harmonies of #31DC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DC52

Black with #31DC52

Text Example


Text Example

White with #31DC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,220,82); }

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

background-color css

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

 a { background-color: rgb(49,220,82); }

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

border-color css

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

 span { border-color: rgb(49,220,82); }

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