Html Css Color HEX #31C620 Lime Green

📋 copy color: '#31C620'

red 49 ◦ green 198 ◦ blue 32

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

Shades of Lime Green #31C620

Tints of Lime Green #31C620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 70.97%

 BLUE value IS 32 (12.89% from 255) = 11.47%

R = 17.56%
G = 70.97%
B = 11.47%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#31C620 (or 0x31C620) is known color: Lime Green. HEX triplet: 31, C6 and 20. RGB value is (49,198,32). Sum of RGB (Red+Green+Blue) = 49+198+32=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 198 (77.73% from 255 or 70.97% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 198 - color contains mainly: green. Hex color #31C620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C620 is #CE39DF. Grayscale: #878787. Windows color (decimal): -13515232 or 2147889. OLE color: 2147889.

HSL color Cylindrical-coordinate representation of color #31C620: hue angle of 113.86º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31C620 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 198 32 -
CMYK 0.75 0 0.84 0.22
HSL 113.86º 0.72% 0.45% -
HSV(B) 113.86º 0.84% 0.78% -
XYZ 21.72 41.15 8.16 -
YUV 134.53 70.14 67 -
System Red Green Blue C M Y K H S L
Decimal 49 198 32 0.75 0 0.84 0.22 113.86 0.72 0.45
Hex 31 C6 20 4B 0 54 16 72 48 2D
Octal 61 306 40 113 0 124 26 162 110 55
Binary 110001 11000110 100000 1001011 0 1010100 10110 1110010 1001000 101101

Color Harmonies of #31C620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C620

Black with #31C620

Text Example


Text Example

White with #31C620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,198,32); }

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

background-color css

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

 a { background-color: rgb(49,198,32); }

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

border-color css

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

 span { border-color: rgb(49,198,32); }

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