Html Css Color HEX #31B133 Lime Green

📋 copy color: '#31B133'

red 49 ◦ green 177 ◦ blue 51

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

Shades of Lime Green #31B133

Tints of Lime Green #31B133

RGB

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

 GREEN value IS 177 (69.53% from 255) = 63.9%

 BLUE value IS 51 (20.31% from 255) = 18.41%

R = 17.69%
G = 63.9%
B = 18.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#31B133 (or 0x31B133) is known color: Lime Green. HEX triplet: 31, B1 and 33. RGB value is (49,177,51). Sum of RGB (Red+Green+Blue) = 49+177+51=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 177 (69.53% from 255 or 63.90% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 177 - color contains mainly: green. Hex color #31B133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B133 is #CE4ECC. Grayscale: #7C7C7C. Windows color (decimal): -13520589 or 3387697. OLE color: 3387697.

HSL color Cylindrical-coordinate representation of color #31B133: hue angle of 120.94º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B133 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 177 51 -
CMYK 0.72 0 0.71 0.31
HSL 120.94º 0.57% 0.44% -
HSV(B) 120.94º 0.72% 0.69% -
XYZ 17.59 32.34 8.45 -
YUV 124.36 86.59 74.25 -
System Red Green Blue C M Y K H S L
Decimal 49 177 51 0.72 0 0.71 0.31 120.94 0.57 0.44
Hex 31 B1 33 48 0 47 1F 79 39 2C
Octal 61 261 63 110 0 107 37 171 71 54
Binary 110001 10110001 110011 1001000 0 1000111 11111 1111001 111001 101100

Color Harmonies of #31B133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B133

Black with #31B133

Text Example


Text Example

White with #31B133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,177,51); }

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

background-color css

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

 a { background-color: rgb(49,177,51); }

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

border-color css

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

 span { border-color: rgb(49,177,51); }

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