Html Css Color HEX #31C82D Lime Green

📋 copy color: '#31C82D'

red 49 ◦ green 200 ◦ blue 45

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

Shades of Lime Green #31C82D

Tints of Lime Green #31C82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 16.67%
G = 68.03%
B = 15.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#31C82D (or 0x31C82D) is known color: Lime Green. HEX triplet: 31, C8 and 2D. RGB value is (49,200,45). Sum of RGB (Red+Green+Blue) = 49+200+45=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 200 (78.52% from 255 or 68.03% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 200 - color contains mainly: green. Hex color #31C82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C82D is #CE37D2. Grayscale: #898989. Windows color (decimal): -13514707 or 3000369. OLE color: 3000369.

HSL color Cylindrical-coordinate representation of color #31C82D: hue angle of 118.45º 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 #31C82D is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 200 45 -
CMYK 0.76 0 0.78 0.22
HSL 118.45º 0.63% 0.48% -
HSV(B) 118.45º 0.78% 0.78% -
XYZ 22.39 42.15 9.44 -
YUV 137.18 75.97 65.1 -
System Red Green Blue C M Y K H S L
Decimal 49 200 45 0.76 0 0.78 0.22 118.45 0.63 0.48
Hex 31 C8 2D 4C 0 4E 16 76 3F 30
Octal 61 310 55 114 0 116 26 166 77 60
Binary 110001 11001000 101101 1001100 0 1001110 10110 1110110 111111 110000

Color Harmonies of #31C82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C82D

Black with #31C82D

Text Example


Text Example

White with #31C82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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