Html Css Color HEX #31B83C Lime Green

📋 copy color: '#31B83C'

red 49 ◦ green 184 ◦ blue 60

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

Shades of Lime Green #31B83C

Tints of Lime Green #31B83C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 62.8%

 BLUE value IS 60 (23.83% from 255) = 20.48%

R = 16.72%
G = 62.8%
B = 20.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#31B83C (or 0x31B83C) is known color: Lime Green. HEX triplet: 31, B8 and 3C. RGB value is (49,184,60). Sum of RGB (Red+Green+Blue) = 49+184+60=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 184 (72.27% from 255 or 62.80% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 184 - color contains mainly: green. Hex color #31B83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B83C is #CE47C3. Grayscale: #818181. Windows color (decimal): -13518788 or 3979313. OLE color: 3979313.

HSL color Cylindrical-coordinate representation of color #31B83C: hue angle of 124.89º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B83C is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 184 60 -
CMYK 0.73 0 0.67 0.28
HSL 124.89º 0.58% 0.46% -
HSV(B) 124.89º 0.73% 0.72% -
XYZ 19.22 35.26 10.07 -
YUV 129.5 88.77 70.58 -
System Red Green Blue C M Y K H S L
Decimal 49 184 60 0.73 0 0.67 0.28 124.89 0.58 0.46
Hex 31 B8 3C 49 0 43 1C 7D 3A 2E
Octal 61 270 74 111 0 103 34 175 72 56
Binary 110001 10111000 111100 1001001 0 1000011 11100 1111101 111010 101110

Color Harmonies of #31B83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B83C

Black with #31B83C

Text Example


Text Example

White with #31B83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,184,60); }

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

background-color css

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

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

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

border-color css

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

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

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