Html Css Color HEX #31E631 Lime Green

📋 copy color: '#31E631'

red 49 ◦ green 230 ◦ blue 49

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

Shades of Lime Green #31E631

Tints of Lime Green #31E631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.94%

R = 14.94%
G = 70.12%
B = 14.94%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#31E631 (or 0x31E631) is known color: Lime Green. HEX triplet: 31, E6 and 31. RGB value is (49,230,49). Sum of RGB (Red+Green+Blue) = 49+230+49=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 230 (90.23% from 255 or 70.12% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 230 - color contains mainly: green. Hex color #31E631 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31E631 is #CE19CE. Grayscale: #9B9B9B. Windows color (decimal): -13507023 or 3270193. OLE color: 3270193.

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

Color convert

RGB 49 230 49 -
CMYK 0.79 0 0.79 0.10
HSL 120º 0.78% 0.55% -
HSV(B) 120º 0.79% 0.9% -
XYZ 30.12 57.47 12.41 -
YUV 155.25 68.03 52.22 -
System Red Green Blue C M Y K H S L
Decimal 49 230 49 0.79 0 0.79 0.10 120 0.78 0.55
Hex 31 E6 31 4F 0 4F A 78 4E 37
Octal 61 346 61 117 0 117 12 170 116 67
Binary 110001 11100110 110001 1001111 0 1001111 1010 1111000 1001110 110111

Color Harmonies of #31E631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E631

Black with #31E631

Text Example


Text Example

White with #31E631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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