Html Css Color HEX #31B332 Lime Green

📋 copy color: '#31B332'

red 49 ◦ green 179 ◦ blue 50

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

Shades of Lime Green #31B332

Tints of Lime Green #31B332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 17.63%
G = 64.39%
B = 17.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#31B332 (or 0x31B332) is known color: Lime Green. HEX triplet: 31, B3 and 32. RGB value is (49,179,50). Sum of RGB (Red+Green+Blue) = 49+179+50=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 179 (70.31% from 255 or 64.39% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 179 - color contains mainly: green. Hex color #31B332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B332 is #CE4CCD. Grayscale: #7D7D7D. Windows color (decimal): -13520078 or 3322673. OLE color: 3322673.

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

Color convert

RGB 49 179 50 -
CMYK 0.73 0 0.72 0.30
HSL 120.46º 0.57% 0.45% -
HSV(B) 120.46º 0.73% 0.7% -
XYZ 17.96 33.12 8.46 -
YUV 125.42 85.43 73.49 -
System Red Green Blue C M Y K H S L
Decimal 49 179 50 0.73 0 0.72 0.30 120.46 0.57 0.45
Hex 31 B3 32 49 0 48 1E 78 39 2D
Octal 61 263 62 111 0 110 36 170 71 55
Binary 110001 10110011 110010 1001001 0 1001000 11110 1111000 111001 101101

Color Harmonies of #31B332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B332

Black with #31B332

Text Example


Text Example

White with #31B332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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