Html Css Color HEX #31C82E Lime Green

📋 copy color: '#31C82E'

red 49 ◦ green 200 ◦ blue 46

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

Shades of Lime Green #31C82E

Tints of Lime Green #31C82E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 67.8%

 BLUE value IS 46 (18.36% from 255) = 15.59%

R = 16.61%
G = 67.8%
B = 15.59%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#31C82E (or 0x31C82E) is known color: Lime Green. HEX triplet: 31, C8 and 2E. RGB value is (49,200,46). Sum of RGB (Red+Green+Blue) = 49+200+46=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 200 (78.52% from 255 or 67.80% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 200 - color contains mainly: green. Hex color #31C82E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C82E is #CE37D1. Grayscale: #898989. Windows color (decimal): -13514706 or 3065905. OLE color: 3065905.

HSL color Cylindrical-coordinate representation of color #31C82E: hue angle of 118.83º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31C82E is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 200 46 -
CMYK 0.76 0 0.77 0.22
HSL 118.83º 0.63% 0.48% -
HSV(B) 118.83º 0.77% 0.78% -
XYZ 22.41 42.16 9.54 -
YUV 137.3 76.47 65.02 -
System Red Green Blue C M Y K H S L
Decimal 49 200 46 0.76 0 0.77 0.22 118.83 0.63 0.48
Hex 31 C8 2E 4C 0 4D 16 77 3F 30
Octal 61 310 56 114 0 115 26 167 77 60
Binary 110001 11001000 101110 1001100 0 1001101 10110 1110111 111111 110000

Color Harmonies of #31C82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C82E

Black with #31C82E

Text Example


Text Example

White with #31C82E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,200,46); }

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

background-color css

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

 a { background-color: rgb(49,200,46); }

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

border-color css

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

 span { border-color: rgb(49,200,46); }

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