Html Css Color HEX #31E745 Lime Green

📋 copy color: '#31E745'

red 49 ◦ green 231 ◦ blue 69

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

Shades of Lime Green #31E745

Tints of Lime Green #31E745

RGB

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

 GREEN value IS 231 (90.63% from 255) = 66.19%

 BLUE value IS 69 (27.34% from 255) = 19.77%

R = 14.04%
G = 66.19%
B = 19.77%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#31E745 (or 0x31E745) is known color: Lime Green. HEX triplet: 31, E7 and 45. RGB value is (49,231,69). Sum of RGB (Red+Green+Blue) = 49+231+69=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 231 (90.62% from 255 or 66.19% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 231 - color contains mainly: green. Hex color #31E745 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31E745 is #CE18BA. Grayscale: #9E9E9E. Windows color (decimal): -13506747 or 4581169. OLE color: 4581169.

HSL color Cylindrical-coordinate representation of color #31E745: hue angle of 126.59º degrees, saturation: 0.79, 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 #31E745 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 49 231 69 -
CMYK 0.79 0 0.70 0.09
HSL 126.59º 0.79% 0.55% -
HSV(B) 126.59º 0.79% 0.91% -
XYZ 30.92 58.23 15.24 -
YUV 158.11 77.7 50.17 -
System Red Green Blue C M Y K H S L
Decimal 49 231 69 0.79 0 0.70 0.09 126.59 0.79 0.55
Hex 31 E7 45 4F 0 46 9 7F 4F 37
Octal 61 347 105 117 0 106 11 177 117 67
Binary 110001 11100111 1000101 1001111 0 1000110 1001 1111111 1001111 110111

Color Harmonies of #31E745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E745

Black with #31E745

Text Example


Text Example

White with #31E745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,231,69); }

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

background-color css

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

 a { background-color: rgb(49,231,69); }

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

border-color css

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

 span { border-color: rgb(49,231,69); }

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