Html Css Color HEX #31E650 Lime Green

📋 copy color: '#31E650'

red 49 ◦ green 230 ◦ blue 80

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

Shades of Lime Green #31E650

Tints of Lime Green #31E650

RGB

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

 GREEN value IS 230 (90.23% from 255) = 64.07%

 BLUE value IS 80 (31.64% from 255) = 22.28%

R = 13.65%
G = 64.07%
B = 22.28%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#31E650 (or 0x31E650) is known color: Lime Green. HEX triplet: 31, E6 and 50. RGB value is (49,230,80). Sum of RGB (Red+Green+Blue) = 49+230+80=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 230 (90.23% from 255 or 64.07% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 230 - color contains mainly: green. Hex color #31E650 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31E650 is #CE19AF. Grayscale: #9F9F9F. Windows color (decimal): -13506992 or 5301809. OLE color: 5301809.

HSL color Cylindrical-coordinate representation of color #31E650: hue angle of 130.28º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E650 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 230 80 -
CMYK 0.79 0 0.65 0.10
HSL 130.28º 0.78% 0.55% -
HSV(B) 130.28º 0.79% 0.9% -
XYZ 31.01 57.83 17.12 -
YUV 158.78 83.53 49.7 -
System Red Green Blue C M Y K H S L
Decimal 49 230 80 0.79 0 0.65 0.10 130.28 0.78 0.55
Hex 31 E6 50 4F 0 41 A 82 4E 37
Octal 61 346 120 117 0 101 12 202 116 67
Binary 110001 11100110 1010000 1001111 0 1000001 1010 10000010 1001110 110111

Color Harmonies of #31E650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E650

Black with #31E650

Text Example


Text Example

White with #31E650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,230,80); }

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

background-color css

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

 a { background-color: rgb(49,230,80); }

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

border-color css

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

 span { border-color: rgb(49,230,80); }

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