Html Css Color HEX #31D641 Lime Green

📋 copy color: '#31D641'

red 49 ◦ green 214 ◦ blue 65

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

Shades of Lime Green #31D641

Tints of Lime Green #31D641

RGB

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

 GREEN value IS 214 (83.98% from 255) = 65.24%

 BLUE value IS 65 (25.78% from 255) = 19.82%

R = 14.94%
G = 65.24%
B = 19.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#31D641 (or 0x31D641) is known color: Lime Green. HEX triplet: 31, D6 and 41. RGB value is (49,214,65). Sum of RGB (Red+Green+Blue) = 49+214+65=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 214 (83.98% from 255 or 65.24% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 214 - color contains mainly: green. Hex color #31D641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D641 is #CE29BE. Grayscale: #949494. Windows color (decimal): -13511103 or 4314673. OLE color: 4314673.

HSL color Cylindrical-coordinate representation of color #31D641: hue angle of 125.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D641 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 214 65 -
CMYK 0.77 0 0.70 0.16
HSL 125.82º 0.67% 0.52% -
HSV(B) 125.82º 0.77% 0.84% -
XYZ 26.27 49.13 13.1 -
YUV 147.68 81.34 57.62 -
System Red Green Blue C M Y K H S L
Decimal 49 214 65 0.77 0 0.70 0.16 125.82 0.67 0.52
Hex 31 D6 41 4D 0 46 10 7E 43 34
Octal 61 326 101 115 0 106 20 176 103 64
Binary 110001 11010110 1000001 1001101 0 1000110 10000 1111110 1000011 110100

Color Harmonies of #31D641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D641

Black with #31D641

Text Example


Text Example

White with #31D641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,214,65); }

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

background-color css

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

 a { background-color: rgb(49,214,65); }

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

border-color css

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

 span { border-color: rgb(49,214,65); }

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