Html Css Color HEX #31D945 Lime Green

📋 copy color: '#31D945'

red 49 ◦ green 217 ◦ blue 69

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

Shades of Lime Green #31D945

Tints of Lime Green #31D945

RGB

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

 GREEN value IS 217 (85.16% from 255) = 64.78%

 BLUE value IS 69 (27.34% from 255) = 20.6%

R = 14.63%
G = 64.78%
B = 20.6%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#31D945 (or 0x31D945) is known color: Lime Green. HEX triplet: 31, D9 and 45. RGB value is (49,217,69). Sum of RGB (Red+Green+Blue) = 49+217+69=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 217 (85.16% from 255 or 64.78% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 217 - color contains mainly: green. Hex color #31D945 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D945 is #CE26BA. Grayscale: #969696. Windows color (decimal): -13510331 or 4577585. OLE color: 4577585.

HSL color Cylindrical-coordinate representation of color #31D945: hue angle of 127.14º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D945 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 217 69 -
CMYK 0.77 0 0.68 0.15
HSL 127.14º 0.69% 0.52% -
HSV(B) 127.14º 0.77% 0.85% -
XYZ 27.15 50.71 13.99 -
YUV 149.9 82.34 56.03 -
System Red Green Blue C M Y K H S L
Decimal 49 217 69 0.77 0 0.68 0.15 127.14 0.69 0.52
Hex 31 D9 45 4D 0 44 F 7F 45 34
Octal 61 331 105 115 0 104 17 177 105 64
Binary 110001 11011001 1000101 1001101 0 1000100 1111 1111111 1000101 110100

Color Harmonies of #31D945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D945

Black with #31D945

Text Example


Text Example

White with #31D945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,217,69); }

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

background-color css

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

 a { background-color: rgb(49,217,69); }

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

border-color css

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

 span { border-color: rgb(49,217,69); }

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