Html Css Color HEX #31C83A Lime Green

📋 copy color: '#31C83A'

red 49 ◦ green 200 ◦ blue 58

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

Shades of Lime Green #31C83A

Tints of Lime Green #31C83A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 65.15%

 BLUE value IS 58 (23.05% from 255) = 18.89%

R = 15.96%
G = 65.15%
B = 18.89%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#31C83A (or 0x31C83A) is known color: Lime Green. HEX triplet: 31, C8 and 3A. RGB value is (49,200,58). Sum of RGB (Red+Green+Blue) = 49+200+58=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 200 (78.52% from 255 or 65.15% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 200 - color contains mainly: green. Hex color #31C83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C83A is #CE37C5. Grayscale: #8B8B8B. Windows color (decimal): -13514694 or 3852337. OLE color: 3852337.

HSL color Cylindrical-coordinate representation of color #31C83A: hue angle of 123.58º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C83A is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 200 58 -
CMYK 0.76 0 0.71 0.22
HSL 123.58º 0.61% 0.49% -
HSV(B) 123.58º 0.76% 0.78% -
XYZ 22.68 42.27 10.97 -
YUV 138.66 82.47 64.05 -
System Red Green Blue C M Y K H S L
Decimal 49 200 58 0.76 0 0.71 0.22 123.58 0.61 0.49
Hex 31 C8 3A 4C 0 47 16 7C 3D 31
Octal 61 310 72 114 0 107 26 174 75 61
Binary 110001 11001000 111010 1001100 0 1000111 10110 1111100 111101 110001

Color Harmonies of #31C83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C83A

Black with #31C83A

Text Example


Text Example

White with #31C83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,200,58); }

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

background-color css

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

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

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

border-color css

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

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

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