Html Css Color HEX #31C848 Lime Green

📋 copy color: '#31C848'

red 49 ◦ green 200 ◦ blue 72

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

Shades of Lime Green #31C848

Tints of Lime Green #31C848

RGB

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

 GREEN value IS 200 (78.52% from 255) = 62.31%

 BLUE value IS 72 (28.52% from 255) = 22.43%

R = 15.26%
G = 62.31%
B = 22.43%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#31C848 (or 0x31C848) is known color: Lime Green. HEX triplet: 31, C8 and 48. RGB value is (49,200,72). Sum of RGB (Red+Green+Blue) = 49+200+72=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 200 (78.52% from 255 or 62.31% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 200 - color contains mainly: green. Hex color #31C848 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C848 is #CE37B7. Grayscale: #8C8C8C. Windows color (decimal): -13514680 or 4769841. OLE color: 4769841.

HSL color Cylindrical-coordinate representation of color #31C848: hue angle of 129.14º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C848 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 200 72 -
CMYK 0.76 0 0.64 0.22
HSL 129.14º 0.61% 0.49% -
HSV(B) 129.14º 0.76% 0.78% -
XYZ 23.09 42.43 13.1 -
YUV 140.26 89.47 62.91 -
System Red Green Blue C M Y K H S L
Decimal 49 200 72 0.76 0 0.64 0.22 129.14 0.61 0.49
Hex 31 C8 48 4C 0 40 16 81 3D 31
Octal 61 310 110 114 0 100 26 201 75 61
Binary 110001 11001000 1001000 1001100 0 1000000 10110 10000001 111101 110001

Color Harmonies of #31C848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C848

Black with #31C848

Text Example


Text Example

White with #31C848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,200,72); }

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

background-color css

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

 a { background-color: rgb(49,200,72); }

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

border-color css

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

 span { border-color: rgb(49,200,72); }

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