Html Css Color HEX #31DC2F Lime Green

📋 copy color: '#31DC2F'

red 49 ◦ green 220 ◦ blue 47

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

Shades of Lime Green #31DC2F

Tints of Lime Green #31DC2F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 69.62%

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 15.51%
G = 69.62%
B = 14.87%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#31DC2F (or 0x31DC2F) is known color: Lime Green. HEX triplet: 31, DC and 2F. RGB value is (49,220,47). Sum of RGB (Red+Green+Blue) = 49+220+47=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 220 (86.33% from 255 or 69.62% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DC2F is #CE23D0. Grayscale: #959595. Windows color (decimal): -13509585 or 3136561. OLE color: 3136561.

HSL color Cylindrical-coordinate representation of color #31DC2F: hue angle of 119.31º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31DC2F is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 220 47 -
CMYK 0.78 0 0.79 0.14
HSL 119.31º 0.71% 0.52% -
HSV(B) 119.31º 0.79% 0.86% -
XYZ 27.37 52.04 11.29 -
YUV 149.15 70.35 56.57 -
System Red Green Blue C M Y K H S L
Decimal 49 220 47 0.78 0 0.79 0.14 119.31 0.71 0.52
Hex 31 DC 2F 4E 0 4F E 77 47 34
Octal 61 334 57 116 0 117 16 167 107 64
Binary 110001 11011100 101111 1001110 0 1001111 1110 1110111 1000111 110100

Color Harmonies of #31DC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DC2F

Black with #31DC2F

Text Example


Text Example

White with #31DC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,220,47); }

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

background-color css

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

 a { background-color: rgb(49,220,47); }

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

border-color css

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

 span { border-color: rgb(49,220,47); }

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