Html Css Color HEX #31C048 Lime Green

📋 copy color: '#31C048'

red 49 ◦ green 192 ◦ blue 72

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

Shades of Lime Green #31C048

Tints of Lime Green #31C048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.34%

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

R = 15.65%
G = 61.34%
B = 23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#31C048 (or 0x31C048) is known color: Lime Green. HEX triplet: 31, C0 and 48. RGB value is (49,192,72). Sum of RGB (Red+Green+Blue) = 49+192+72=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #31C048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C048 is #CE3FB7. Grayscale: #878787. Windows color (decimal): -13516728 or 4767793. OLE color: 4767793.

HSL color Cylindrical-coordinate representation of color #31C048: hue angle of 129.65º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C048 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 192 72 -
CMYK 0.74 0 0.63 0.25
HSL 129.65º 0.59% 0.47% -
HSV(B) 129.65º 0.74% 0.75% -
XYZ 21.29 38.82 12.5 -
YUV 135.56 92.12 66.26 -
System Red Green Blue C M Y K H S L
Decimal 49 192 72 0.74 0 0.63 0.25 129.65 0.59 0.47
Hex 31 C0 48 4A 0 3F 19 82 3B 2F
Octal 61 300 110 112 0 77 31 202 73 57
Binary 110001 11000000 1001000 1001010 0 111111 11001 10000010 111011 101111

Color Harmonies of #31C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C048

Black with #31C048

Text Example


Text Example

White with #31C048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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