Html Css Color HEX #31E44A Lime Green

📋 copy color: '#31E44A'

red 49 ◦ green 228 ◦ blue 74

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

Shades of Lime Green #31E44A

Tints of Lime Green #31E44A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 64.96%

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 13.96%
G = 64.96%
B = 21.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#31E44A (or 0x31E44A) is known color: Lime Green. HEX triplet: 31, E4 and 4A. RGB value is (49,228,74). Sum of RGB (Red+Green+Blue) = 49+228+74=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 228 (89.45% from 255 or 64.96% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 228 - color contains mainly: green. Hex color #31E44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E44A is #CE1BB5. Grayscale: #9D9D9D. Windows color (decimal): -13507510 or 4908081. OLE color: 4908081.

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

Color convert

RGB 49 228 74 -
CMYK 0.79 0 0.68 0.11
HSL 128.38º 0.77% 0.54% -
HSV(B) 128.38º 0.79% 0.89% -
XYZ 30.25 56.63 15.82 -
YUV 156.92 81.2 51.02 -
System Red Green Blue C M Y K H S L
Decimal 49 228 74 0.79 0 0.68 0.11 128.38 0.77 0.54
Hex 31 E4 4A 4F 0 44 B 80 4D 36
Octal 61 344 112 117 0 104 13 200 115 66
Binary 110001 11100100 1001010 1001111 0 1000100 1011 10000000 1001101 110110

Color Harmonies of #31E44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E44A

Black with #31E44A

Text Example


Text Example

White with #31E44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,228,74); }

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

background-color css

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

 a { background-color: rgb(49,228,74); }

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

border-color css

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

 span { border-color: rgb(49,228,74); }

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