Html Css Color HEX #31C81E Lime Green

📋 copy color: '#31C81E'

red 49 ◦ green 200 ◦ blue 30

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

Shades of Lime Green #31C81E

Tints of Lime Green #31C81E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.75%

R = 17.56%
G = 71.68%
B = 10.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#31C81E (or 0x31C81E) is known color: Lime Green. HEX triplet: 31, C8 and 1E. RGB value is (49,200,30). Sum of RGB (Red+Green+Blue) = 49+200+30=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 200 (78.52% from 255 or 71.68% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 200 - color contains mainly: green. Hex color #31C81E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C81E is #CE37E1. Grayscale: #888888. Windows color (decimal): -13514722 or 2017329. OLE color: 2017329.

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

Color convert

RGB 49 200 30 -
CMYK 0.76 0 0.85 0.22
HSL 113.29º 0.74% 0.45% -
HSV(B) 113.29º 0.85% 0.78% -
XYZ 22.16 42.06 8.18 -
YUV 135.47 68.47 66.32 -
System Red Green Blue C M Y K H S L
Decimal 49 200 30 0.76 0 0.85 0.22 113.29 0.74 0.45
Hex 31 C8 1E 4C 0 55 16 71 4A 2D
Octal 61 310 36 114 0 125 26 161 112 55
Binary 110001 11001000 11110 1001100 0 1010101 10110 1110001 1001010 101101

Color Harmonies of #31C81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C81E

Black with #31C81E

Text Example


Text Example

White with #31C81E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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