Html Css Color HEX #31DF2C Lime Green

📋 copy color: '#31DF2C'

red 49 ◦ green 223 ◦ blue 44

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

Shades of Lime Green #31DF2C

Tints of Lime Green #31DF2C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 70.57%

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

R = 15.51%
G = 70.57%
B = 13.92%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#31DF2C (or 0x31DF2C) is known color: Lime Green. HEX triplet: 31, DF and 2C. RGB value is (49,223,44). Sum of RGB (Red+Green+Blue) = 49+223+44=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 223 (87.5% from 255 or 70.57% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 223 - color contains mainly: green. Hex color #31DF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DF2C is #CE20D3. Grayscale: #979797. Windows color (decimal): -13508820 or 2940721. OLE color: 2940721.

HSL color Cylindrical-coordinate representation of color #31DF2C: hue angle of 118.32º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31DF2C is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 223 44 -
CMYK 0.78 0 0.80 0.13
HSL 118.32º 0.74% 0.52% -
HSV(B) 118.32º 0.8% 0.87% -
XYZ 28.11 53.61 11.25 -
YUV 150.57 67.85 55.55 -
System Red Green Blue C M Y K H S L
Decimal 49 223 44 0.78 0 0.80 0.13 118.32 0.74 0.52
Hex 31 DF 2C 4E 0 50 D 76 4A 34
Octal 61 337 54 116 0 120 15 166 112 64
Binary 110001 11011111 101100 1001110 0 1010000 1101 1110110 1001010 110100

Color Harmonies of #31DF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DF2C

Black with #31DF2C

Text Example


Text Example

White with #31DF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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