Html Css Color HEX #31DD2E Lime Green

📋 copy color: '#31DD2E'

red 49 ◦ green 221 ◦ blue 46

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

Shades of Lime Green #31DD2E

Tints of Lime Green #31DD2E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 69.94%

 BLUE value IS 46 (18.36% from 255) = 14.56%

R = 15.51%
G = 69.94%
B = 14.56%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#31DD2E (or 0x31DD2E) is known color: Lime Green. HEX triplet: 31, DD and 2E. RGB value is (49,221,46). Sum of RGB (Red+Green+Blue) = 49+221+46=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 221 (86.72% from 255 or 69.94% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DD2E is #CE22D1. Grayscale: #969696. Windows color (decimal): -13509330 or 3071281. OLE color: 3071281.

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

Color convert

RGB 49 221 46 -
CMYK 0.78 0 0.79 0.13
HSL 118.97º 0.72% 0.52% -
HSV(B) 118.97º 0.79% 0.87% -
XYZ 27.62 52.56 11.27 -
YUV 149.62 69.52 56.23 -
System Red Green Blue C M Y K H S L
Decimal 49 221 46 0.78 0 0.79 0.13 118.97 0.72 0.52
Hex 31 DD 2E 4E 0 4F D 77 48 34
Octal 61 335 56 116 0 117 15 167 110 64
Binary 110001 11011101 101110 1001110 0 1001111 1101 1110111 1001000 110100

Color Harmonies of #31DD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DD2E

Black with #31DD2E

Text Example


Text Example

White with #31DD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,221,46); }

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

background-color css

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

 a { background-color: rgb(49,221,46); }

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

border-color css

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

 span { border-color: rgb(49,221,46); }

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