Html Css Color HEX #31C93F Lime Green

📋 copy color: '#31C93F'

red 49 ◦ green 201 ◦ blue 63

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

Shades of Lime Green #31C93F

Tints of Lime Green #31C93F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 64.22%

 BLUE value IS 63 (25% from 255) = 20.13%

R = 15.65%
G = 64.22%
B = 20.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#31C93F (or 0x31C93F) is known color: Lime Green. HEX triplet: 31, C9 and 3F. RGB value is (49,201,63). Sum of RGB (Red+Green+Blue) = 49+201+63=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 201 (78.91% from 255 or 64.22% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 201 - color contains mainly: green. Hex color #31C93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C93F is #CE36C0. Grayscale: #8C8C8C. Windows color (decimal): -13514433 or 4180273. OLE color: 4180273.

HSL color Cylindrical-coordinate representation of color #31C93F: hue angle of 125.53º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31C93F is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 201 63 -
CMYK 0.76 0 0.69 0.21
HSL 125.53º 0.61% 0.49% -
HSV(B) 125.53º 0.76% 0.79% -
XYZ 23.05 42.79 11.75 -
YUV 139.82 84.64 63.22 -
System Red Green Blue C M Y K H S L
Decimal 49 201 63 0.76 0 0.69 0.21 125.53 0.61 0.49
Hex 31 C9 3F 4C 0 45 15 7E 3D 31
Octal 61 311 77 114 0 105 25 176 75 61
Binary 110001 11001001 111111 1001100 0 1000101 10101 1111110 111101 110001

Color Harmonies of #31C93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C93F

Black with #31C93F

Text Example


Text Example

White with #31C93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,201,63); }

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

background-color css

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

 a { background-color: rgb(49,201,63); }

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

border-color css

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

 span { border-color: rgb(49,201,63); }

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