Html Css Color HEX #31B03B Lime Green

📋 copy color: '#31B03B'

red 49 ◦ green 176 ◦ blue 59

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

Shades of Lime Green #31B03B

Tints of Lime Green #31B03B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 61.97%

 BLUE value IS 59 (23.44% from 255) = 20.77%

R = 17.25%
G = 61.97%
B = 20.77%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#31B03B (or 0x31B03B) is known color: Lime Green. HEX triplet: 31, B0 and 3B. RGB value is (49,176,59). Sum of RGB (Red+Green+Blue) = 49+176+59=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 176 (69.14% from 255 or 61.97% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 176 - color contains mainly: green. Hex color #31B03B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B03B is #CE4FC4. Grayscale: #7D7D7D. Windows color (decimal): -13520837 or 3911729. OLE color: 3911729.

HSL color Cylindrical-coordinate representation of color #31B03B: hue angle of 124.72º degrees, saturation: 0.56, 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 #31B03B is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 176 59 -
CMYK 0.72 0 0.66 0.31
HSL 124.72º 0.56% 0.44% -
HSV(B) 124.72º 0.72% 0.69% -
XYZ 17.58 32.02 9.39 -
YUV 124.69 90.92 74.01 -
System Red Green Blue C M Y K H S L
Decimal 49 176 59 0.72 0 0.66 0.31 124.72 0.56 0.44
Hex 31 B0 3B 48 0 42 1F 7D 38 2C
Octal 61 260 73 110 0 102 37 175 70 54
Binary 110001 10110000 111011 1001000 0 1000010 11111 1111101 111000 101100

Color Harmonies of #31B03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B03B

Black with #31B03B

Text Example


Text Example

White with #31B03B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,176,59); }

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

background-color css

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

 a { background-color: rgb(49,176,59); }

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

border-color css

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

 span { border-color: rgb(49,176,59); }

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