Html Css Color HEX #31E94A Lime Green

📋 copy color: '#31E94A'

red 49 ◦ green 233 ◦ blue 74

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

Shades of Lime Green #31E94A

Tints of Lime Green #31E94A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 65.45%

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

R = 13.76%
G = 65.45%
B = 20.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#31E94A (or 0x31E94A) is known color: Lime Green. HEX triplet: 31, E9 and 4A. RGB value is (49,233,74). Sum of RGB (Red+Green+Blue) = 49+233+74=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 233 (91.41% from 255 or 65.45% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 233 - color contains mainly: green. Hex color #31E94A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31E94A is #CE16B5. Grayscale: #A0A0A0. Windows color (decimal): -13506230 or 4909361. OLE color: 4909361.

HSL color Cylindrical-coordinate representation of color #31E94A: hue angle of 128.15º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E94A is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 49 233 74 -
CMYK 0.79 0 0.68 0.09
HSL 128.15º 0.81% 0.55% -
HSV(B) 128.15º 0.79% 0.91% -
XYZ 31.64 59.43 16.28 -
YUV 159.86 79.54 48.93 -
System Red Green Blue C M Y K H S L
Decimal 49 233 74 0.79 0 0.68 0.09 128.15 0.81 0.55
Hex 31 E9 4A 4F 0 44 9 80 51 37
Octal 61 351 112 117 0 104 11 200 121 67
Binary 110001 11101001 1001010 1001111 0 1000100 1001 10000000 1010001 110111

Color Harmonies of #31E94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E94A

Black with #31E94A

Text Example


Text Example

White with #31E94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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