Html Css Color HEX #31BC40 Lime Green

📋 copy color: '#31BC40'

red 49 ◦ green 188 ◦ blue 64

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

Shades of Lime Green #31BC40

Tints of Lime Green #31BC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 62.46%

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 16.28%
G = 62.46%
B = 21.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#31BC40 (or 0x31BC40) is known color: Lime Green. HEX triplet: 31, BC and 40. RGB value is (49,188,64). Sum of RGB (Red+Green+Blue) = 49+188+64=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 188 (73.83% from 255 or 62.46% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BC40 is #CE43BF. Grayscale: #848484. Windows color (decimal): -13517760 or 4242481. OLE color: 4242481.

HSL color Cylindrical-coordinate representation of color #31BC40: hue angle of 126.47º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BC40 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 188 64 -
CMYK 0.74 0 0.66 0.26
HSL 126.47º 0.59% 0.46% -
HSV(B) 126.47º 0.74% 0.74% -
XYZ 20.18 36.99 10.93 -
YUV 132.3 89.45 68.58 -
System Red Green Blue C M Y K H S L
Decimal 49 188 64 0.74 0 0.66 0.26 126.47 0.59 0.46
Hex 31 BC 40 4A 0 42 1A 7E 3B 2E
Octal 61 274 100 112 0 102 32 176 73 56
Binary 110001 10111100 1000000 1001010 0 1000010 11010 1111110 111011 101110

Color Harmonies of #31BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BC40

Black with #31BC40

Text Example


Text Example

White with #31BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,188,64); }

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

background-color css

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

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

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

border-color css

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

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

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