Html Css Color HEX #31C11A Lime Green

📋 copy color: '#31C11A'

red 49 ◦ green 193 ◦ blue 26

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

Shades of Lime Green #31C11A

Tints of Lime Green #31C11A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 72.01%

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 18.28%
G = 72.01%
B = 9.7%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#31C11A (or 0x31C11A) is known color: Lime Green. HEX triplet: 31, C1 and 1A. RGB value is (49,193,26). Sum of RGB (Red+Green+Blue) = 49+193+26=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 193 (75.78% from 255 or 72.01% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 193 - color contains mainly: green. Hex color #31C11A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C11A is #CE3EE5. Grayscale: #838383. Windows color (decimal): -13516518 or 1753393. OLE color: 1753393.

HSL color Cylindrical-coordinate representation of color #31C11A: hue angle of 111.74º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31C11A is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 193 26 -
CMYK 0.75 0 0.87 0.24
HSL 111.74º 0.76% 0.43% -
HSV(B) 111.74º 0.87% 0.76% -
XYZ 20.52 38.87 7.4 -
YUV 130.91 68.79 69.58 -
System Red Green Blue C M Y K H S L
Decimal 49 193 26 0.75 0 0.87 0.24 111.74 0.76 0.43
Hex 31 C1 1A 4B 0 57 18 70 4C 2B
Octal 61 301 32 113 0 127 30 160 114 53
Binary 110001 11000001 11010 1001011 0 1010111 11000 1110000 1001100 101011

Color Harmonies of #31C11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C11A

Black with #31C11A

Text Example


Text Example

White with #31C11A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,193,26); }

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

background-color css

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

 a { background-color: rgb(49,193,26); }

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

border-color css

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

 span { border-color: rgb(49,193,26); }

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