Html Css Color HEX #31FD40 Lime Green

📋 copy color: '#31FD40'

red 49 ◦ green 253 ◦ blue 64

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

Shades of Lime Green #31FD40

Tints of Lime Green #31FD40

RGB

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

 GREEN value IS 253 (99.22% from 255) = 69.13%

 BLUE value IS 64 (25.39% from 255) = 17.49%

R = 13.39%
G = 69.13%
B = 17.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#31FD40 (or 0x31FD40) is known color: Lime Green. HEX triplet: 31, FD and 40. RGB value is (49,253,64). Sum of RGB (Red+Green+Blue) = 49+253+64=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 253 (99.22% from 255 or 69.13% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 253 - color contains mainly: green. Hex color #31FD40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FD40 is #CE02BF. Grayscale: #ABABAB. Windows color (decimal): -13501120 or 4259121. OLE color: 4259121.

HSL color Cylindrical-coordinate representation of color #31FD40: hue angle of 124.41º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FD40 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 253 64 -
CMYK 0.81 0 0.75 0.01
HSL 124.41º 0.98% 0.59% -
HSV(B) 124.41º 0.81% 0.99% -
XYZ 37.32 71.27 16.64 -
YUV 170.46 67.91 41.37 -
System Red Green Blue C M Y K H S L
Decimal 49 253 64 0.81 0 0.75 0.01 124.41 0.98 0.59
Hex 31 FD 40 51 0 4B 1 7C 62 3B
Octal 61 375 100 121 0 113 1 174 142 73
Binary 110001 11111101 1000000 1010001 0 1001011 1 1111100 1100010 111011

Color Harmonies of #31FD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FD40

Black with #31FD40

Text Example


Text Example

White with #31FD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,253,64); }

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

background-color css

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

 a { background-color: rgb(49,253,64); }

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

border-color css

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

 span { border-color: rgb(49,253,64); }

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