Html Css Color HEX #31E32C Lime Green

📋 copy color: '#31E32C'

red 49 ◦ green 227 ◦ blue 44

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

Shades of Lime Green #31E32C

Tints of Lime Green #31E32C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 70.94%

 BLUE value IS 44 (17.58% from 255) = 13.75%

R = 15.31%
G = 70.94%
B = 13.75%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#31E32C (or 0x31E32C) is known color: Lime Green. HEX triplet: 31, E3 and 2C. RGB value is (49,227,44). Sum of RGB (Red+Green+Blue) = 49+227+44=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 227 (89.06% from 255 or 70.94% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 227 - color contains mainly: green. Hex color #31E32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E32C is #CE1CD3. Grayscale: #999999. Windows color (decimal): -13507796 or 2941745. OLE color: 2941745.

HSL color Cylindrical-coordinate representation of color #31E32C: hue angle of 118.36º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31E32C is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 49 227 44 -
CMYK 0.78 0 0.81 0.11
HSL 118.36º 0.77% 0.53% -
HSV(B) 118.36º 0.81% 0.89% -
XYZ 29.19 55.77 11.61 -
YUV 152.92 66.53 53.88 -
System Red Green Blue C M Y K H S L
Decimal 49 227 44 0.78 0 0.81 0.11 118.36 0.77 0.53
Hex 31 E3 2C 4E 0 51 B 76 4D 35
Octal 61 343 54 116 0 121 13 166 115 65
Binary 110001 11100011 101100 1001110 0 1010001 1011 1110110 1001101 110101

Color Harmonies of #31E32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E32C

Black with #31E32C

Text Example


Text Example

White with #31E32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,227,44); }

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

background-color css

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

 a { background-color: rgb(49,227,44); }

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

border-color css

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

 span { border-color: rgb(49,227,44); }

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