Html Css Color HEX #31D11B Lime Green

📋 copy color: '#31D11B'

red 49 ◦ green 209 ◦ blue 27

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

Shades of Lime Green #31D11B

Tints of Lime Green #31D11B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 73.33%

 BLUE value IS 27 (10.94% from 255) = 9.47%

R = 17.19%
G = 73.33%
B = 9.47%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#31D11B (or 0x31D11B) is known color: Lime Green. HEX triplet: 31, D1 and 1B. RGB value is (49,209,27). Sum of RGB (Red+Green+Blue) = 49+209+27=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 209 (82.03% from 255 or 73.33% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 209 - color contains mainly: green. Hex color #31D11B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D11B is #CE2EE4. Grayscale: #8C8C8C. Windows color (decimal): -13512421 or 1823025. OLE color: 1823025.

HSL color Cylindrical-coordinate representation of color #31D11B: hue angle of 112.75º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31D11B is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 209 27 -
CMYK 0.77 0 0.87 0.18
HSL 112.75º 0.77% 0.46% -
HSV(B) 112.75º 0.87% 0.82% -
XYZ 24.26 46.33 8.7 -
YUV 140.41 63.99 62.8 -
System Red Green Blue C M Y K H S L
Decimal 49 209 27 0.77 0 0.87 0.18 112.75 0.77 0.46
Hex 31 D1 1B 4D 0 57 12 71 4D 2E
Octal 61 321 33 115 0 127 22 161 115 56
Binary 110001 11010001 11011 1001101 0 1010111 10010 1110001 1001101 101110

Color Harmonies of #31D11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D11B

Black with #31D11B

Text Example


Text Example

White with #31D11B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,209,27); }

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

background-color css

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

 a { background-color: rgb(49,209,27); }

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

border-color css

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

 span { border-color: rgb(49,209,27); }

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