Html Css Color HEX #31B320 Lime Green

📋 copy color: '#31B320'

red 49 ◦ green 179 ◦ blue 32

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

Shades of Lime Green #31B320

Tints of Lime Green #31B320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 68.85%

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

R = 18.85%
G = 68.85%
B = 12.31%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#31B320 (or 0x31B320) is known color: Lime Green. HEX triplet: 31, B3 and 20. RGB value is (49,179,32). Sum of RGB (Red+Green+Blue) = 49+179+32=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 179 (70.31% from 255 or 68.85% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 179 - color contains mainly: green. Hex color #31B320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B320 is #CE4CDF. Grayscale: #7B7B7B. Windows color (decimal): -13520096 or 2143025. OLE color: 2143025.

HSL color Cylindrical-coordinate representation of color #31B320: hue angle of 113.06º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31B320 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 179 32 -
CMYK 0.73 0 0.82 0.30
HSL 113.06º 0.7% 0.41% -
HSV(B) 113.06º 0.82% 0.7% -
XYZ 17.65 33 6.81 -
YUV 123.37 76.43 74.95 -
System Red Green Blue C M Y K H S L
Decimal 49 179 32 0.73 0 0.82 0.30 113.06 0.7 0.41
Hex 31 B3 20 49 0 52 1E 71 46 29
Octal 61 263 40 111 0 122 36 161 106 51
Binary 110001 10110011 100000 1001001 0 1010010 11110 1110001 1000110 101001

Color Harmonies of #31B320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B320

Black with #31B320

Text Example


Text Example

White with #31B320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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