Html Css Color HEX #31E21A Lime Green

📋 copy color: '#31E21A'

red 49 ◦ green 226 ◦ blue 26

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

Shades of Lime Green #31E21A

Tints of Lime Green #31E21A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 75.08%

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

R = 16.28%
G = 75.08%
B = 8.64%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#31E21A (or 0x31E21A) is known color: Lime Green. HEX triplet: 31, E2 and 1A. RGB value is (49,226,26). Sum of RGB (Red+Green+Blue) = 49+226+26=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 226 (88.67% from 255 or 75.08% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 226 - color contains mainly: green. Hex color #31E21A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E21A is #CE1DE5. Grayscale: #969696. Windows color (decimal): -13508070 or 1761841. OLE color: 1761841.

HSL color Cylindrical-coordinate representation of color #31E21A: hue angle of 113.1º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31E21A is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 49 226 26 -
CMYK 0.78 0 0.88 0.11
HSL 113.1º 0.79% 0.49% -
HSV(B) 113.1º 0.88% 0.89% -
XYZ 28.65 55.12 10.11 -
YUV 150.28 57.86 55.76 -
System Red Green Blue C M Y K H S L
Decimal 49 226 26 0.78 0 0.88 0.11 113.1 0.79 0.49
Hex 31 E2 1A 4E 0 58 B 71 4F 31
Octal 61 342 32 116 0 130 13 161 117 61
Binary 110001 11100010 11010 1001110 0 1011000 1011 1110001 1001111 110001

Color Harmonies of #31E21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E21A

Black with #31E21A

Text Example


Text Example

White with #31E21A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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