Html Css Color HEX #31C82B Lime Green

📋 copy color: '#31C82B'

red 49 ◦ green 200 ◦ blue 43

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

Shades of Lime Green #31C82B

Tints of Lime Green #31C82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.73%

R = 16.78%
G = 68.49%
B = 14.73%

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

#31C82B (or 0x31C82B) is known color: Lime Green. HEX triplet: 31, C8 and 2B. RGB value is (49,200,43). Sum of RGB (Red+Green+Blue) = 49+200+43=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 200 (78.52% from 255 or 68.49% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 200 - color contains mainly: green. Hex color #31C82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C82B is #CE37D4. Grayscale: #898989. Windows color (decimal): -13514709 or 2869297. OLE color: 2869297.

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

Color convert

RGB 49 200 43 -
CMYK 0.76 0 0.78 0.22
HSL 117.71º 0.65% 0.48% -
HSV(B) 117.71º 0.79% 0.78% -
XYZ 22.36 42.14 9.24 -
YUV 136.95 74.97 65.27 -
System Red Green Blue C M Y K H S L
Decimal 49 200 43 0.76 0 0.78 0.22 117.71 0.65 0.48
Hex 31 C8 2B 4C 0 4E 16 76 41 30
Octal 61 310 53 114 0 116 26 166 101 60
Binary 110001 11001000 101011 1001100 0 1001110 10110 1110110 1000001 110000

Color Harmonies of #31C82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C82B

Black with #31C82B

Text Example


Text Example

White with #31C82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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