Html Css Color HEX #31B321 Lime Green

📋 copy color: '#31B321'

red 49 ◦ green 179 ◦ blue 33

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

Shades of Lime Green #31B321

Tints of Lime Green #31B321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 18.77%
G = 68.58%
B = 12.64%

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

#31B321 (or 0x31B321) is known color: Lime Green. HEX triplet: 31, B3 and 21. RGB value is (49,179,33). Sum of RGB (Red+Green+Blue) = 49+179+33=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 179 (70.31% from 255 or 68.58% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 179 - color contains mainly: green. Hex color #31B321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B321 is #CE4CDE. Grayscale: #7B7B7B. Windows color (decimal): -13520095 or 2208561. OLE color: 2208561.

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

Color convert

RGB 49 179 33 -
CMYK 0.73 0 0.82 0.30
HSL 113.42º 0.69% 0.42% -
HSV(B) 113.42º 0.82% 0.7% -
XYZ 17.66 33 6.88 -
YUV 123.49 76.93 74.87 -
System Red Green Blue C M Y K H S L
Decimal 49 179 33 0.73 0 0.82 0.30 113.42 0.69 0.42
Hex 31 B3 21 49 0 52 1E 71 45 2A
Octal 61 263 41 111 0 122 36 161 105 52
Binary 110001 10110011 100001 1001001 0 1010010 11110 1110001 1000101 101010

Color Harmonies of #31B321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B321

Black with #31B321

Text Example


Text Example

White with #31B321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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