Html Css Color HEX #31B334 Lime Green

📋 copy color: '#31B334'

red 49 ◦ green 179 ◦ blue 52

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

Shades of Lime Green #31B334

Tints of Lime Green #31B334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.57%

R = 17.5%
G = 63.93%
B = 18.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#31B334 (or 0x31B334) is known color: Lime Green. HEX triplet: 31, B3 and 34. RGB value is (49,179,52). Sum of RGB (Red+Green+Blue) = 49+179+52=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 179 (70.31% from 255 or 63.93% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 179 - color contains mainly: green. Hex color #31B334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B334 is #CE4CCB. Grayscale: #7E7E7E. Windows color (decimal): -13520076 or 3453745. OLE color: 3453745.

HSL color Cylindrical-coordinate representation of color #31B334: hue angle of 121.38º 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 #31B334 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 179 52 -
CMYK 0.73 0 0.71 0.30
HSL 121.38º 0.57% 0.45% -
HSV(B) 121.38º 0.73% 0.7% -
XYZ 18.01 33.14 8.7 -
YUV 125.65 86.43 73.33 -
System Red Green Blue C M Y K H S L
Decimal 49 179 52 0.73 0 0.71 0.30 121.38 0.57 0.45
Hex 31 B3 34 49 0 47 1E 79 39 2D
Octal 61 263 64 111 0 107 36 171 71 55
Binary 110001 10110011 110100 1001001 0 1000111 11110 1111001 111001 101101

Color Harmonies of #31B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B334

Black with #31B334

Text Example


Text Example

White with #31B334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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